terraform/config/testdata/validate-count-count-var/main.tf

4 lines
63 B
HCL

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