4 lines
41 B
Terraform
4 lines
41 B
Terraform
|
module "root" {
|
||
|
source = "./child"
|
||
|
}
|