Open eservent opened 5 years ago
Can still verify this issue even after using 0.7.9 where #261 was fixed.
IDE version
IntelliJ IDEA 2020.1.1 (Ultimate Edition)
Build #IU-201.7223.91, built on April 30, 2020
Licensed to Media Saturn IT-¬Services GmbH / David Gleich
Subscription is active until October 1, 2020
Runtime version: 11.0.6+8-b765.40 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.4
GC: ParNew, ConcurrentMarkSweep
Memory: 989M
Cores: 8
Non-Bundled Plugins: com.intellij.plugins.watcher, org.intellij.plugins.hcl, name.kropp.intellij.makefile, BashSupport, org.jetbrains.plugins.go, org.jetbrains.plugins.ruby
HCL Plugin: 0.7.9
Terraform Version: v0.12.24
This bug still exist.
plugin version: 0.7.10
WebStorm 2020.2.3 Build #WS-202.7660.23, built on September 30, 2020 Runtime version: 11.0.8+10-b944.34 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7 GC: ParNew, ConcurrentMarkSweep
It's still an issue. OSX, plugin 0.7.10 (not updated since the previous post almost a year ago).
Still an issue for me as well on v0.7.14
v0.7.15 confirm the issue is still there
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
)Settings->Plugins
) 0.7.7terraform -v
) 0.12.10 aws 2.33.0Terraform Configuration Files
Exception
Expected Behavior
Should recognize, or at least not error, properties inside each.value like each.value.database_name. Behavior should be same as if "for_each = local.dms_source_endpoints_list", but it defers when we use for expression.
Actual Behavior
Each property (database_name, port, etc.) appear as an error (like missing property).
Steps to Reproduce
Just copy/paste in IntelliJ