[x] Ensure you have latest version of plugin installed
[x] Search for possible issue duplicates
Installation details
[x] IDE version : Rider Build #RD-221.5591.20
[x] intellij-hcl plugin version : 221.5591.19 (0.7.7)
[x] 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
Create a new terraform file and ensure to have the AzureRM provider installed.
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.
Prerequisites
Installation details
terraform -v
) : 1.1.9 and AzureRM provider 3.4.0Terraform Configuration Files
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
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.