Thank you for opening an issue.
In this template paragraph text could be removed, however please retain headers.
Prerequisites
[x] Ensure you have latest version of plugin installed
[x] Search for possible issue duplicates
Installation details
[x] IDE version (Help->About->Copy to Clipboard) IntelliJ IDEA 2022.1 (Ultimate Edition) Build #IU-221.5080.210, built on April 12, 2022
[x] intellij-hcl plugin version (Settings->Plugins) 221.5080.126
[x] Terraform version (terraform -v)
Terraform v1.2.4
on darwin_arm64
+ provider registry.terraform.io/hashicorp/google v4.27.0
Terraform Configuration Files
# Copy-paste your Terraform configuration here - for large Terraform configs,
# please use a gist (https://gist.github.com) and share a link.
Exception
For exceptions paste exception stack trace here. If it's huge one - use gist.
provider "google" {
project_id = "salesdatawarehouse-dev"
region = "asia-east-2"
}
resource "goog" "" { <-- No autocomplete shows up
}
Expected Behavior
What should have happened?
Autocomplete for Google cloud
Actual Behavior
What actually happened?
Nothing shown
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
resource "goog" "" {} <- continue to type googl it should shows a list of services from google.
Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.
Prerequisites
Installation details
Help->About->Copy to Clipboard
)IntelliJ IDEA 2022.1 (Ultimate Edition) Build #IU-221.5080.210, built on April 12, 2022
Settings->Plugins
)221.5080.126
terraform -v
)Terraform Configuration Files
Exception
Expected Behavior
What should have happened? Autocomplete for Google cloud
Actual Behavior
What actually happened? Nothing shown
Steps to Reproduce
Please list the steps required to reproduce the issue, for example: