terraform/internal/command/testdata/test/destroy_fail/main.tftest.hcl
2025-03-04 10:49:39 +01:00

12 lines
113 B
HCL

run "setup" {
module {
source = "./setup"
}
}
run "single" {}
run "double" {
state_key = "double"
}