terraform/internal/command/testdata/test/variables/main.tftest.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
133 B
HCL
Raw Permalink Normal View History

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