VladRassokhin / intellij-hcl

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

Kubernetes versioned resources not recognized (regression) #389

Open kriswuollett opened 2 years ago

kriswuollett commented 2 years ago

Seems like there has been a regression with the Kubernetes v1 resources (Versioned Resource Names). Just started noticing that there was no typeahead and something as simple as metadata for those resources aren't recognized. I think it was working after #376 was resolved?

CleanShot 2022-05-04 at 13 38 58@2x

Prerequisites

Installation details

JetBrains Rider 2022.1.1
Build #RD-221.5591.20, built on April 28, 2022
Licensed to Kristopher Wuollett
Subscription is active until January 4, 2023.
Runtime version: 11.0.14.1+1-b2043.45 x86_64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
macOS 12.3.1
.NET 6.0.3
GC: G1 Young Generation, G1 Old Generation
Memory: 1500M
Cores: 16
Registry:
    ide.new.project.model.index.case.sensitivity=true
    rdclient.asyncActions=false
    indexing.enable.entity.provider.based.indexing=false

Non-Bundled Plugins:
    name.kropp.intellij.makefile (221.5591.19)
    com.intellij.resharper.StructuredLogging (2022.1.0.188)
    org.intellij.plugins.hcl (221.5591.19)
    dev.monogon.cuelang (0.8.4)
    String Manipulation (9.4.0)
    PythonCore (221.5591.19)
    mobi.hsz.idea.gitignore (4.4.0)

221.5591.19

Terraform v1.1.9 on darwin_amd64

Terraform Configuration Files

resource "kubernetes_namespace_v1" "foo" {
  metadata {
    name = "foo"
  }
}

Expected Behavior

Actual Behavior

luis-guimaraes-exoawk commented 2 years ago

+1