VladRassokhin / intellij-hcl

HCL language support for IntelliJ platform based IDEs
Apache License 2.0
244 stars 47 forks source link

terraform scaleway_instance_ip.public_ip.address unresolved reference #289

Closed lookfirst closed 4 years ago

lookfirst commented 4 years ago

Originally filed here: https://youtrack.jetbrains.com/issue/IDEA-233057

Prerequisites

Installation details

IntelliJ IDEA 2019.3.3 (Ultimate Edition)

0.7.7

Terraform v0.12.20
+ provider.cloudflare v2.3.0
+ provider.scaleway v1.13.0

Expected Behavior

No error

Actual Behavior

image

image

Steps to Reproduce

output "ip" {
  value = scaleway_instance_ip.public_ip.address
}

IU-193.6494.35, JRE 11.0.5+10-b520.38x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.6, screens 2048x1280

VladRassokhin commented 4 years ago

Fixed with schema update in 0.7.8