Files
opentf/internal/command/testdata/test/not_exists_output/main.tftest.hcl
2023-09-06 13:40:12 +03:00

7 lines
172 B
HCL

run "not_exists" {
assert {
condition = output.something_that_does_not_exist == null
error_message = "Should fail for Reference to undeclared output value"
}
}