5 lines
45 B
Terraform
5 lines
45 B
Terraform
|
|
||
|
module "child_b" {
|
||
|
source = "./child_b"
|
||
|
}
|