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

8 lines
93 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_instance" "foo" {
count = 3
}
resource "aws_instance" "bar" {
count = 3
}