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

8 lines
117 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test_object" "A" {
count = 1
}
resource "test_object" "B" {
test_list = test_object.A.*.test_string
}