github.com/richardbowden/terraform@v0.6.12-0.20160901200758-30ea22c25211/terraform/test-fixtures/apply-destroy-deeply-nested-module/main.tf (about)

     1  module "child" {
     2    source = "./child"
     3  }