github.com/akazakov/terraform@v0.5.2-0.20160205142716-097441beafdf/config/module/test-fixtures/child/main.tf (about)

     1  # Hello
     2  
     3  module "foo" {
     4      source = "./foo"
     5  }