mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-20 19:00:38 -05:00
10 lines
115 B
HCL
10 lines
115 B
HCL
module "child1" {
|
|
source = "./child1"
|
|
key = "!"
|
|
}
|
|
|
|
module "child2" {
|
|
source = "./child2"
|
|
key = "!"
|
|
}
|