mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-22 19:01:19 -04:00
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
run "validate_test_resource" {
|
|
assert {
|
|
condition = test_resource.foo.value == "bar"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|