mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
7 lines
96 B
Terraform
7 lines
96 B
Terraform
|
# Once opon a time, there was a child module here
|
||
|
/*
|
||
|
module "child" {
|
||
|
source = "./child"
|
||
|
}
|
||
|
*/
|