Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%refresh-data-count%refresh-data-count.tf

7 lines
83 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test" "foo" {
}
data "test" "foo" {
count = length(test.foo.things)
}