mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-22 14:00:57 -05:00
5 lines
63 B
HCL
5 lines
63 B
HCL
module "child" {
|
|
source = "./child"
|
|
instance_count = "2"
|
|
}
|