intellij-hcl
intellij-hcl copied to clipboard
Unknown cloud block
Installation details
-
[ ] IDE version WebStorm 2021.3.1 Build #WS-213.6461.79, built on December 28, 2021 Runtime version: 11.0.13+7-b1751.21 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.0.1 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 10 Non-Bundled Plugins: org.intellij.plugins.hcl (0.7.14)
-
[ ] Terraform version 1.1.3
Terraform Configuration Files
terraform {
cloud {
organization = "abc"
workspaces {
name = "test"
}
}
required_version = "~> 1.0"
}
Exception
Expected Behavior
known block
Actual Behavior
unknown block
Steps to Reproduce
Notice the unknown cloud
block highlight, along with the nested workspaces
keyword.
@VladRassokhin I also faced this and other problems.
Is there any way to contribute to this plugin?
The last commit 2 years ago looks suspicious...