mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-22 14:00:57 -05:00
7 lines
115 B
HCL
7 lines
115 B
HCL
run "test" {
|
|
assert {
|
|
condition = test_instance.foo.ami == "bar"
|
|
error_message = "incorrect value"
|
|
}
|
|
}
|