6 lines
76 B
Terraform
6 lines
76 B
Terraform
|
provider "aws" { alias = "foo" }
|
||
|
|
||
|
module "child" {
|
||
|
source = "./child"
|
||
|
}
|