mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-25 08:07:36 -04:00
11 lines
170 B
HCL
11 lines
170 B
HCL
|
|
run "validate_test_resource" {
|
||
|
|
variables {
|
||
|
|
input = "bar"
|
||
|
|
}
|
||
|
|
|
||
|
|
assert {
|
||
|
|
condition = test_resource.foo.value == "bar"
|
||
|
|
error_message = "invalid value"
|
||
|
|
}
|
||
|
|
}
|