Files
opentf/internal/command/testdata/test/multiple_files/two.tftest.hcl

7 lines
133 B
HCL

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