]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/terraform/lang/doc.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / lang / doc.go
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