mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
6 lines
57 B
Terraform
6 lines
57 B
Terraform
|
|
module "child" {
|
||
|
|
source = "./child"
|
||
|
|
|
||
|
|
test = "nope"
|
||
|
|
}
|