mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-11 18:00:59 -04:00
8 lines
102 B
HCL
8 lines
102 B
HCL
module "child" {
|
|
source = "./child"
|
|
version = "0.1.2"
|
|
providers = {
|
|
"aws" = "aws.foo"
|
|
}
|
|
}
|