Files
tree-sitter-jhcl/fuzz/corpus/9647affd62499f6f6ee88b8f62149ed8158bf819
T

15 lines
172 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "amap" {
type = map(string)
}
vpe = map(string)
}
variable "othermap" {
type = map(string)
}
r%source "aws_instance" "foo" {
tags = "${v{var.othermap}"
}