github.com/robertreppel/terraform@v0.11.8-0.20180412164320-05291ab9822d/configs/configload/test-fixtures/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  }