Fix test crash when using deprecated outputs in the root module (#3249)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh
2025-09-05 14:41:32 -04:00
committed by GitHub
parent c94c96864c
commit fd4e426a12
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
run "example" {
command = plan
assert {
condition = output.example == "example"
error_message = "ruh-roh"
}
}