cmur2 / language-terraform

Terraform.io support for Atom
MIT License
49 stars 32 forks source link

Maps Flagged as Error #37

Closed darkn3rd closed 3 years ago

darkn3rd commented 6 years ago

Summary

A nested map is flagged as an error. The curly brace after network_policy_config is highlight as red.

resource "google_container_cluster" "testbook" {
  name               = "testbook"
  zone               = "us-east1-b"
  initial_node_count = 3

  addons_config {
    network_policy_config {
      disabled = true
    }
  }
}

Example

hcl_error_example
cmur2 commented 3 years ago

In v0.9.3 of this package this is working correctly now so I will close the issue. Please reopen if you spot the problem again.