mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 04:01:08 -05: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"
|
|
}
|
|
}
|