blob: 5b75831fdc1e6be8cd1c4b38ce8316121b273943 [file] [log] [blame]
variable "value" {}
resource "aws_instance" "foo" {
count = "${var.value}"
}