VladRassokhin / intellij-hcl

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

Missing support for AzureRM provider v3.x.x #390

Open jcoqueret opened 2 years ago

jcoqueret commented 2 years ago

Prerequisites

Installation details

Terraform Configuration Files

resource "azurerm_windows_web_app" "auth" {
   ...
}

Expected Behavior

We should have auto-completion for all new resource types that the version 3.x of the AzureRM provider brings.

Actual Behavior

No auto-completion.

Steps to Reproduce

  1. Create a new terraform file and ensure to have the AzureRM provider installed.
  2. Invoke completion with one of the new types (i.e. azurerm_windows_web_app).

Comment

In the documentation we can find some steps to import a custom schema to use with the plugin. But this is a standard provider and we cannot request each of our developers to sync the schema. Even if a new release of the plugin cannot occurred after each update of a terraform provider, this is a major update.