Files
tree-sitter-jhcl/fuzz/corpus/11dac95684504050105ea0a7178ffd23b0f33500

12 lines
180 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resouRce "test_resource" "a" " {
count = 1
depends_on = [
test_resource.a
]
}
resource "test_resource" "b" {
count = 1
foo = data.test_data.d[count.index].compute
}