Closed steve-reichert-kr closed 4 years ago
Did you consider the note in the Readme: https://github.com/VladRassokhin/intellij-hcl#terraform-external-metadata about updating the metadata ? It should fix the issue
Updated metadata one again in 0.7.10
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 2020.1.2 (Community Edition) Build #IC-201.7846.76, built on June 1, 2020 Runtime version: 11.0.7+10-b765.53 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 5.4.0-37-generic GC: ParNew, ConcurrentMarkSweep Memory: 1964M Cores: 4 Non-Bundled Plugins: org.jetbrains.kotlin, org.intellij.plugins.hcl Current Desktop: MATESettings->Plugins
) 0.7.9terraform -v
) Terraform v0.12.26Terraform Configuration Files
Exception
Expected Behavior
Plugin does not support "azurerm_netapp_volume" the "mount_ip_addresses" property
What should have happened? "mount_ip_address" should have been shown via auto completion and not result in a error in the terraform script.
Actual Behavior
Use of the "mount_ip_addresses" property shows as an error and is not displayed via auto completion.
Steps to Reproduce
Attempt to use the property in a terraform script.