Files
opentf/internal/command/testdata/test/pass_with_local_variable/main.tf

4 lines
57 B
HCL

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