blob: 6a4f91d5e903d48c7eeb07808b3c15c8f116a021 [file] [log] [blame]
variable "mod_count_child2" { }
resource "aws_instance" "foo" {
count = "${var.mod_count_child2}"
}