5 lines
63 B
Terraform
5 lines
63 B
Terraform
|
|
module "child" {
|
||
|
|
source = "./child"
|
||
|
|
instance_count = "2"
|
||
|
|
}
|