opentofu/internal/command/testdata/test/pass_with_local_variable/main.tf
Siddhartha Sonker accfe1c412
Allow referencing output from test run in local variables block (tofu test) (#1254)
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
2024-02-19 10:18:56 +00:00

4 lines
No EOL
57 B
HCL

output "foo" {
description = "Output"
value = "bar"
}