github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/terraform/test-fixtures/apply-destroy-nested-module/main.tf (about)

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