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

4 lines
35 B
Terraform
Raw Normal View History

module "b" {
source = "../c"
}