terraform/config/module/testdata/child/foo/main.tf

6 lines
47 B
Terraform
Raw Normal View History

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