Thank you for opening an issue.
In this template paragraph text could be removed, however, please retain headers.
Prerequisites
[X] Ensure you have the latest version of the plugin installed
[X] Search for possible issue duplicates
Installation details
[X] IDE version (Help->About->Copy to Clipboard)
PyCharm 2021.2 (Professional Edition)
Build #PY-212.4746.96, built on July 27, 2021
Licensed to XXXXX
Subscription is active until November 26, 2021.
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.5.2
...
[ ] intellij-hcl plugin version (Settings->Plugins)
0.7.10
The code is highlighted as an error, while it is deployable and works ok.
Expected Behavior
Accept both count and providers. Seems like they work.
There is this text in the documentation, but it is about providers defined into the modules, not the ones that are defined in the callee.
A module containing its own provider configurations is not compatible with the for_each, count, and depends_on arguments that were introduced in Terraform v0.13. For more information, see Legacy Shared Modules with Provider Configurations.
Actual Behavior
There is an error indication about conflicting properties.
Steps to Reproduce
Paste the above code in a file in an empty folder and open it with the IDE.
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.10
terraform -v
)1.0.5
Terraform Configuration Files
Exception
Expected Behavior
Accept both count and providers. Seems like they work.
There is this text in the documentation, but it is about providers defined into the modules, not the ones that are defined in the callee.
Actual Behavior
There is an error indication about conflicting properties.
Steps to Reproduce
Paste the above code in a file in an empty folder and open it with the IDE.