mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
4 lines
40 B
Terraform
4 lines
40 B
Terraform
|
|
module "child" {
|
||
|
|
source = "./child"
|
||
|
|
}
|