terraform/config/module/test-fixtures/basic-git/main.tf

6 lines
47 B
Terraform
Raw Normal View History

# Hello
module "foo" {
source = "./foo"
}