mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-05 15:02:02 -04:00
6 lines
57 B
HCL
6 lines
57 B
HCL
module "child" {
|
|
source = "./child"
|
|
|
|
test = "nope"
|
|
}
|