github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/terraform/lang/doc.go (about) 1 // Package lang is a fork of Terraform's internal/lang package. 2 // 3 // This package provides helpers that interprets the Terraform Language's semantics 4 // in more detail than the HCL Language. 5 // 6 // For example, ReferencesInExpr returns a set of references, such as input variables 7 // and resources, rather than just a set of hcl.Traversal, filtering out invalid references. 8 package lang