blob: 1c10eaafc5717d6ff9b745c98bb953ffc6407edc [file] [log] [blame]
provider "aws" {}
resource "aws_instance" "test" {
foo = "${format("foo%d", count.index)}"
count = 2
}