terraform/internal/plans/planfile/testdata/test-config/.terraform/modules/child_a/child_c/child_c.tf

5 lines
51 B
HCL

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