mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-14 19:00:37 -05:00
10 lines
115 B
HCL
10 lines
115 B
HCL
|
|
variable "v" {
|
|
description = "in root module"
|
|
default = ""
|
|
}
|
|
|
|
module "child_a" {
|
|
source = "./child_a"
|
|
}
|