github.com/rjeczalik/terraform@v0.6.7-0.20160812060014-e251d5c7bd39/terraform/test-fixtures/apply-destroy-nested-module/main.tf (about)

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