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

4 lines
34 B
Terraform
Raw Normal View History

module "a" {
source = "./a"
}