opentofu/terraform/testdata/plan-count-index/main.tf
2019-06-30 10:16:15 +02:00

5 lines
75 B
HCL

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