blob: 28b526795806bcef7e9eee918462a8637b7f055c [file] [log] [blame]
variable "mod_count_child" { }
module "child2" {
source = "./child2"
mod_count_child2 = "${var.mod_count_child}"
}
resource "aws_instance" "foo" { }