You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test/skip_cleanup/main.tftest.hcl

31 lines
332 B

run "test" {
variables {
id = "test"
}
}
run "test_two" {
skip_cleanup = true
variables {
id = "test_two"
}
}
run "test_three" {
skip_cleanup = true
variables {
id = "test_three"
}
}
run "test_four" {
variables {
id = "test_four"
}
}
run "test_five" {
variables {
id = "test_five"
}
}