blob: 58600cdb94a072de3835257abe6ef63014d9b1b1 [file] [log] [blame]
variable "mod_count_root" {
type = string
default = "3"
}
module "child" {
source = "./child"
mod_count_child = var.mod_count_root
}