opentofu/terraform/test-fixtures/plan-count-index-zero/main.tf

4 lines
61 B
Terraform
Raw Normal View History

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