opentofu/config/test-fixtures/validate-count-var/main.tf
2014-10-02 18:25:18 -07:00

4 lines
61 B
HCL

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