Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%plan-count-index%main.tf

5 lines
75 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_instance" "foo" {
count = 2
foo = "${count.index}"
}