blob: b6b479078501cf352bf7a11287cd9ce546559c85 [file] [log] [blame]
resource "aws_instance" "foo" {
count = "1"
current = "${count.index}"
}