github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/initwd/testdata/local-modules/root.tf (about) 1 2 variable "v" { 3 description = "in root module" 4 default = "" 5 } 6 7 module "child_a" { 8 source = "./child_a" 9 }