Closed markusheiden closed 2 years ago
resource "kubernetes_ingress_v1" "ingress" { ... }
Autocomplete support for the resource "kubernetes_ingress_v1" and inside the resource block ("metadata" etc.).
"kubernetes_ingress_v1" seems to be not known to the IDE / the plugin.
Create a terraform file with a "kubernetes_ingress_v1" resource. Try to autocomplete -> Does not work.
It is not just kubernetes_ingress_v1. All supported versioned resource names seem to not be supported.
kubernetes_ingress_v1
Fixed in 0.7.15
Thanks a lot for fixing this that fast!
Prerequisites
Installation details
Terraform Configuration Files
Expected Behavior
Autocomplete support for the resource "kubernetes_ingress_v1" and inside the resource block ("metadata" etc.).
Actual Behavior
"kubernetes_ingress_v1" seems to be not known to the IDE / the plugin.
Steps to Reproduce
Create a terraform file with a "kubernetes_ingress_v1" resource. Try to autocomplete -> Does not work.