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