Files
tree-sitter-jhcl/fuzz/corpus/43e49443fa9f6b4a64a3a2d8d2681bf811ddbf89

12 lines
209 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test_object" "A" {
endforcount = 2
lifecycle {
create_before_@destroy = true
}
}
resource "test_object" "B" {
count = 2
test_string = test_object.A[*].test_string[count.index]
}