Files
opentf/internal/command/testdata/test/variables/set_variables.tftest.hcl

11 lines
170 B
HCL

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