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

4 lines
61 B
HCL

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