kubeform.dev/terraform-backend-sdk@v0.0.0-20220310143633-45f07fe731c5/lang/doc.go (about)

     1  // Package lang deals with the runtime aspects of Terraform's configuration
     2  // language, with concerns such as expression evaluation. It is closely related
     3  // to sibling package "configs", which is responsible for configuration
     4  // parsing and static validation.
     5  package lang