mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
run "validate_test_instance" {
|
||
|
assert {
|
||
|
condition = test_instance.foo.ami == "zap"
|
||
|
error_message = "invalid ami value"
|
||
|
}
|
||
|
}
|