mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-27 09:07:02 -04:00
4 lines
42 B
Terraform
4 lines
42 B
Terraform
|
|
module "child_a" {
|
||
|
|
source = "child_a"
|
||
|
|
}
|