opentofu/terraform/testdata/apply-local-val/child/child.tf
2019-06-30 10:16:15 +02:00

5 lines
39 B
HCL

output "result" {
value = "hello"
}