mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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:
8
internal/command/testdata/test/deprecated_outputs/main.tftest.hcl
vendored
Normal file
8
internal/command/testdata/test/deprecated_outputs/main.tftest.hcl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
run "example" {
|
||||
command = plan
|
||||
|
||||
assert {
|
||||
condition = output.example == "example"
|
||||
error_message = "ruh-roh"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user