mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-07 21:01:46 -04:00
11 lines
170 B
HCL
11 lines
170 B
HCL
run "validate_test_resource" {
|
|
variables {
|
|
input = "bar"
|
|
}
|
|
|
|
assert {
|
|
condition = test_resource.foo.value == "bar"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|