opentofu/internal/command/testdata/test/null_output/main.tftest.hcl
Elbaz 4d9404a59e
Fix opentf test crash on nil output (#267)
Co-authored-by: Elbaz <eran.elbaz@env0.com>
2023-09-06 13:40:12 +03:00

6 lines
No EOL
109 B
HCL

run "null" {
assert {
condition = output.my_null_output == null
error_message = "Should work"
}
}