mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
8 lines
112 B
HCL
8 lines
112 B
HCL
variable "v" {
|
|
description = "in root module"
|
|
default = ""
|
|
}
|
|
|
|
module "child_a" {
|
|
source = "child_a"
|
|
}
|