Open dstendardi opened 3 years ago
Thank you for opening an issue. In this template paragraph text could be removed, however please retain headers.
Help->About->Copy to Clipboard
GoLand 2021.1.3 Build #GO-211.7442.57, built on June 9, 2021 Licensed to GoLand Evaluator Expiration date: August 13, 2021 Runtime version: 11.0.11+9-b1341.57 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.2.3 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Registry: ide.completion.variant.limit=500, suggest.all.run.configurations.from.context=true Non-Bundled Plugins: net.sf.opk.avro-schema-support (203.0.1), org.intellij.plugins.hcl (0.7.10), net.ashald.envfile (3.2.1), ru.adelf.idea.dotenv (2021.2)
Settings->Plugins
0.7.10
terraform -v
0.14.5
resource "schemaregistry_schema" "com_example_Greetings" { subject = "${kafka_topic.com_example_greetings.name}-value" schema = jsonencode([ "com.olx.example.UserSaidHello", ]) reference { name = schemaregistry_schema.com_example_UserSaidHello.subject subject = schemaregistry_schema.com_example_UserSaidHello.subject version = schemaregistry_schema.com_example_UserSaidHello.version } }
The block reference should be valid
The block reference
reference
is unknown
Please list the steps required to reproduce the issue, for example:
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
Help->About->Copy to Clipboard
)Settings->Plugins
)terraform -v
)Terraform Configuration Files
Expected Behavior
The block reference should be valid
Actual Behavior
The block
reference
is unknown
Steps to Reproduce
Please list the steps required to reproduce the issue, for example: