opentofu/internal/command/testdata/test/simple_fail/main.tftest.hcl

7 lines
133 B
HCL

run "validate_test_resource" {
assert {
condition = test_resource.foo.value == "zap"
error_message = "invalid value"
}
}