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