Closed GeertJohan closed 8 years ago
Given this line:
template = "${file("${path.module}/my-file-name")}"
The syntax coloring breaks. If I remove ${path.module} it works fine.
${path.module}
Is this still an issue? I can't reproduce it.
I also tried it out and can no longer reproduce. Closing issue.
Given this line:
The syntax coloring breaks. If I remove
${path.module}
it works fine.