Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

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

Open
5 tasks done
jcoqueret opened this issue May 10, 2022 · 0 comments
Open
5 tasks done

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

jcoqueret opened this issue May 10, 2022 · 0 comments

Comments

@jcoqueret
Copy link

Prerequisites

  • Ensure you have latest version of plugin installed
  • Search for possible issue duplicates

Installation details

  • IDE version : Rider Build #RD-221.5591.20
  • intellij-hcl plugin version : 221.5591.19 (0.7.7)
  • Terraform version (terraform -v) : 1.1.9 and AzureRM provider 3.4.0

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant