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