Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%input-interpolate-var%child%main.tf
2021-09-19 12:00:18 +02:00

7 lines
104 B
HCL

variable "length" { }
resource "template_file" "temp" {
count = var.length
template = "foo"
}