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

7 lines
121 B
HCL

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