mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-28 09:36:50 -04:00
7 lines
133 B
HCL
7 lines
133 B
HCL
|
|
run "validate_test_resource" {
|
||
|
|
assert {
|
||
|
|
condition = test_resource.foo.value == "bar"
|
||
|
|
error_message = "invalid value"
|
||
|
|
}
|
||
|
|
}
|