VladRassokhin / intellij-hcl

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

Unknow block required_providers #237

Closed bkmeneguello closed 5 years ago

bkmeneguello commented 5 years ago

Installation details

Terraform Configuration Files

terraform {
  required_version = ">= 0.12"
  required_providers {
    aws = ">= 2.20"
    local = "~> 1.2"
    null = "~> 2.1"
    random = "~> 2.1"
    template = "~> 2.1"
  }
}

Expected Behavior

No warning for required_providers

Actual Behavior

Unknown block type required_providers less... (Ctrl+F1) 
Inspection info: Reports blocks with unknown type (first literal)
VladRassokhin commented 5 years ago

Thank you for reporting, fixed, will be available in next release