mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05:00
7 lines
172 B
HCL
7 lines
172 B
HCL
run "not_exists" {
|
|
assert {
|
|
condition = output.something_that_does_not_exist == null
|
|
error_message = "Should fail for Reference to undeclared output value"
|
|
}
|
|
}
|