6 lines
57 B
Terraform
6 lines
57 B
Terraform
|
|
module "child" {
|
||
|
|
source = "./child"
|
||
|
|
|
||
|
|
test = "nope"
|
||
|
|
}
|