terraform/config/module/test-fixtures/child/foo/main.tf

6 lines
47 B
Terraform
Raw Normal View History

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