mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 04:00:58 -05:00
9 lines
112 B
HCL
9 lines
112 B
HCL
variable "v" {
|
|
description = "in root module"
|
|
default = ""
|
|
}
|
|
|
|
module "child_a" {
|
|
source = "child_a"
|
|
}
|