mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05:00
9 lines
125 B
HCL
9 lines
125 B
HCL
run "example" {
|
|
command = plan
|
|
|
|
assert {
|
|
condition = output.example == "example"
|
|
error_message = "ruh-roh"
|
|
}
|
|
}
|