opentofu/internal/command/testdata/test/deprecated_outputs/main.tf
Christian Mesh fd4e426a12
Fix test crash when using deprecated outputs in the root module (#3249)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2025-09-05 14:41:32 -04:00

4 lines
70 B
HCL

output "example" {
value = "example"
deprecated = "for reasons"
}