mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-15 19:10:46 -04:00
4 lines
42 B
Terraform
4 lines
42 B
Terraform
|
|
module "child_a" {
|
||
|
|
source = "child_a"
|
||
|
|
}
|