route/vendor/github.com/hashicorp/go-getter/test-fixtures/basic%2Ftest/main.tf

6 lines
47 B
Terraform
Raw Normal View History

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