VladRassokhin / intellij-hcl

HCL language support for IntelliJ platform based IDEs
Apache License 2.0
244 stars 47 forks source link

Nested interpolation blocks are not correctly handled #244

Open nick4fake opened 5 years ago

nick4fake commented 5 years ago

Prerequisites

Installation details

Terraform Configuration Files

locals {
  name_full = "${local.module_prefix}${var.project != null ? "${var.project}-" : ""}${local.name}"
}

Exception

Not related.

Expected Behavior

Nested interpolation blocks being seen as interpolations

Actual Behavior

They are shown as strings

Steps to Reproduce

Check screenshots: bug6