Files
tree-sitter-jhcl/fuzz/corpus/43e49443fa9f6b4a64a3a2d8d2681bf811ddbf89
2021-09-19 12:00:18 +02:00

12 lines
209 B
Plaintext

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]
}