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

6 lines
75 B
HCL

variable "test" {
type = map(string)
default = {
"test" = "1"
}
}