blob: af5c5cac0d29dea30e0ea3707ec5b3d23cbb9532 [file] [log] [blame]
// Package lang deals with the runtime aspects of Terraform's configuration
// language, with concerns such as expression evaluation. It is closely related
// to sibling package "configs", which is responsible for configuration
// parsing and static validation.
package lang