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

12 lines
111 B
HCL

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