Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%refresh-data-count%refresh-data-count.tf
2021-09-19 12:00:18 +02:00

7 lines
83 B
HCL

resource "test" "foo" {
}
data "test" "foo" {
count = length(test.foo.things)
}