terraform/internal/plans/planfile/testdata/test-config/.terraform/modules/child_b.child_d/child_d.tf

5 lines
51 B
HCL

output "hello" {
value = "Hello from child_d"
}