Closed cmur2 closed 6 years ago
This is a more recent Terraform feature currently not highlighted by this grammer but I would like to see ${local.foo} handled the same like ${var.foo}.
${local.foo}
${var.foo}
Close in favor of #32 which does that and more.
This is a more recent Terraform feature currently not highlighted by this grammer but I would like to see
${local.foo}
handled the same like${var.foo}
.