github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/internal/initwd/testdata/local-modules/child_a/child_b/child_b.tf (about) 1 2 variable "v" { 3 description = "in child_b module" 4 default = "" 5 } 6 7 output "hello" { 8 value = "Hello from child_b!" 9 }