mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
7 lines
121 B
HCL
7 lines
121 B
HCL
run "validate_test_resource" {
|
|
assert {
|
|
condition = local.value == "bar"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|