Files
tree-sitter-jhcl/fuzz/corpus/9647affd62499f6f6ee88b8f62149ed8158bf819
2021-09-19 12:00:18 +02:00

15 lines
172 B
Plaintext

variable "amap" {
type = map(string)
}
vpe = map(string)
}
variable "othermap" {
type = map(string)
}
r%source "aws_instance" "foo" {
tags = "${v{var.othermap}"
}