mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
10 lines
170 B
HCL
10 lines
170 B
HCL
run "validate_test_resource" {
|
|
variables {
|
|
input = "bar"
|
|
}
|
|
|
|
assert {
|
|
condition = test_resource.foo.value == "bar"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|