Open matschaffer opened 3 years ago
Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.
[x] IDE version (Help->About->Copy to Clipboard)
Help->About->Copy to Clipboard
[x] intellij-hcl plugin version (Settings->Plugins)
Settings->Plugins
[ ] IntelliJ IDEA 2021.1.2 (Ultimate Edition) Build #IU-211.7442.40, built on June 1, 2021 Licensed to Mat Schaffer Subscription is active until January 14, 2022. Runtime version: 11.0.11+9-b1341.57 x86_64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. macOS 11.4 GC: ParNew, ConcurrentMarkSweep Memory: 3987M Cores: 16 Non-Bundled Plugins: com.bum.intellij.tailwindcss (2.0.2), com.intellij.nativeDebug (211.7442.9), com.intellij.plugins.watcher (211.6693.44), com.tabnine.TabNine (0.4.1), net.berryh.pipe-table-formatter-intellij (1.0.1), org.intellij.plugins.hcl (0.7.10), org.jetbrains.plugins.rest (211.6693.44), name.kropp.intellij.makefile (211.6693.108), org.toml.lang (0.2.149.3939-211), org.sonarlint.idea (5.0.1.33703), intellij.prettierJS (211.7142.13), org.jetbrains.kotlin (211-1.5.20-release-284-IJ7442.40), com.intellij.plugins.html.instantEditing (211.6693.111), org.intellij.scala (2021.1.21), com.intellij.lang.jsgraphql (2.9.1), org.jetbrains.plugins.ruby (211.7442.9), PlantUML integration (5.5.1), Pythonid (211.7442.45), org.jetbrains.plugins.go (211.7442.27), com.ypwang.plugin.go-linter (1.5.2), org.rust.lang (0.4.149.3939-211) Kotlin: 211-1.5.20-release-284-IJ7442.40
[x] Terraform version (terraform -v)
terraform -v
Terraform v1.0.1
provider "ec" { } terraform { required_version = "1.0.1" required_providers { ec = { source = "elastic/ec" version = "0.2.1" } } } locals { stack_version = "7.13.2" } resource "ec_deployment" "example_minimal" { # Mandatory fields region = "gcp-asia-northeast1" version = local.stack_version deployment_template_id = "gcp-io-optimized" elasticsearch { zone_count = 3 //noinspection HCLUnknownBlockType topology { id = "hot_content" size = "8g" } //noinspection HCLUnknownBlockType topology { id = "hot_content" size = "8g" } //noinspection HCLUnknownBlockType topology { id = "warm" size = "16g" } } }
What should have happened?
No errors regarding unknown block types
What actually happened?
Please list the steps required to reproduce the issue, for example:
I'm also running into a number of unresolved references for this provider.
What's the process to get a new provider recognized by the IntelliJ plugin?
Looks like we have a bunch of "duplicates" here:
https://github.com/VladRassokhin/intellij-hcl/issues/351 https://github.com/VladRassokhin/intellij-hcl/issues/380 https://github.com/VladRassokhin/intellij-hcl/issues/392 https://github.com/VladRassokhin/intellij-hcl/issues/341
Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.
Prerequisites
Installation details
[x] IDE version (
Help->About->Copy to Clipboard
)[x] intellij-hcl plugin version (
Settings->Plugins
)[ ] IntelliJ IDEA 2021.1.2 (Ultimate Edition) Build #IU-211.7442.40, built on June 1, 2021 Licensed to Mat Schaffer Subscription is active until January 14, 2022. Runtime version: 11.0.11+9-b1341.57 x86_64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. macOS 11.4 GC: ParNew, ConcurrentMarkSweep Memory: 3987M Cores: 16 Non-Bundled Plugins: com.bum.intellij.tailwindcss (2.0.2), com.intellij.nativeDebug (211.7442.9), com.intellij.plugins.watcher (211.6693.44), com.tabnine.TabNine (0.4.1), net.berryh.pipe-table-formatter-intellij (1.0.1), org.intellij.plugins.hcl (0.7.10), org.jetbrains.plugins.rest (211.6693.44), name.kropp.intellij.makefile (211.6693.108), org.toml.lang (0.2.149.3939-211), org.sonarlint.idea (5.0.1.33703), intellij.prettierJS (211.7142.13), org.jetbrains.kotlin (211-1.5.20-release-284-IJ7442.40), com.intellij.plugins.html.instantEditing (211.6693.111), org.intellij.scala (2021.1.21), com.intellij.lang.jsgraphql (2.9.1), org.jetbrains.plugins.ruby (211.7442.9), PlantUML integration (5.5.1), Pythonid (211.7442.45), org.jetbrains.plugins.go (211.7442.27), com.ypwang.plugin.go-linter (1.5.2), org.rust.lang (0.4.149.3939-211) Kotlin: 211-1.5.20-release-284-IJ7442.40
[x] Terraform version (
terraform -v
)Terraform v1.0.1
Terraform Configuration Files
Expected Behavior
What should have happened?
No errors regarding unknown block types
Actual Behavior
What actually happened?
Steps to Reproduce
Please list the steps required to reproduce the issue, for example: