opentofu/internal/tofu/testdata/apply-local-val/child/child.tf
2023-09-20 15:16:53 +03:00

5 lines
39 B
HCL

output "result" {
value = "hello"
}