terraform/config/test-fixtures/validate-count-var/main.tf

4 lines
61 B
HCL

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