blob: 1a19910e8f343a8edafeddcc4a3b69f8dc5afc07 [file] [log] [blame]
variable "num" {
}
resource "aws_instance" "foo" {
count = "${var.num}"
}