github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/configload/testdata/local-modules/child_a/child_a.tf (about)

     1  
     2  variable "v" {
     3    description = "in child_a module"
     4    default     = ""
     5  }
     6  
     7  module "child_b" {
     8    source = "./child_b"
     9  }