route/vendor/github.com/hashicorp/go-getter/test-fixtures/dup/main.tf

8 lines
77 B
Terraform
Raw Normal View History

2017-12-02 23:34:35 +00:00
module "foo" {
source = "./foo"
}
module "foo" {
source = "./foo"
}