mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 00:13:30 -05:00
4 lines
46 B
Terraform
4 lines
46 B
Terraform
|
|
module "more" {
|
||
|
|
source = "./more-modules"
|
||
|
|
}
|