opentofu/config/testdata/output-depends-on.tf
2019-06-30 10:16:15 +02:00

5 lines
62 B
HCL

output "value" {
value = "foo"
depends_on = ["foo"]
}