opentofu/terraform/test-fixtures/plan-count-index/main.tf
2014-10-02 22:02:59 -07:00

5 lines
75 B
HCL

resource "aws_instance" "foo" {
count = 2
foo = "${count.index}"
}