4 lines
42 B
Terraform
4 lines
42 B
Terraform
|
module "child_a" {
|
||
|
source = "child_a"
|
||
|
}
|