Files
opentf/internal/command/testdata/test/expect_failures_resources/main.tftest.hcl

12 lines
124 B
HCL

variables {
input = "some value"
}
run "test" {
command = plan
expect_failures = [
test_resource.resource
]
}