mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
6 lines
133 B
HCL
6 lines
133 B
HCL
run "validate_test_resource" {
|
|
assert {
|
|
condition = test_resource.foo.value == "zap"
|
|
error_message = "invalid value"
|
|
}
|
|
}
|