github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/initwd/testdata/local-module-symlink/root.tf (about) 1 2 variable "v" { 3 description = "in root module" 4 default = "" 5 } 6 7 module "child_a" { 8 source = "./modules/child_a" 9 }