blob: 9a0d1ebbcc2fc235d6e0f9c451e8e70672836726 [file] [log] [blame]
resource "aws_instance" "foo" {
count = 2
foo = "${count.index}"
}