github.com/renier/terraform@v0.7.8-0.20161024133817-eb8a9ef5471a/config/module/test-fixtures/dup/main.tf (about)

     1  module "foo" {
     2      source = "./foo"
     3  }
     4  
     5  module "foo" {
     6      source = "./foo"
     7  }