terraform/internal/configs/testdata/valid-modules/with-tests-expect-failures/test_case_two.tftest.hcl

9 lines
104 B
HCL

variables {
input = "default"
}
run "test_run_one" {
expect_failures = [
foo_resource.a,
]
}