6 lines
62 B
Terraform
6 lines
62 B
Terraform
|
module "child" {
|
||
|
source = "./child"
|
||
|
|
||
|
memory = "foo"
|
||
|
}
|