mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-24 11:24:16 -04:00
6 lines
136 B
HCL
6 lines
136 B
HCL
run "validate_test_resource" {
|
|
assert {
|
|
condition = test_resource.foo[0].value == "bar"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|