github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/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