]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/hcl2/ext/typeexpr/doc.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / hcl2 / ext / typeexpr / doc.go
1 // Package typeexpr extends HCL with a convention for describing HCL types
2 // within configuration files.
3 //
4 // The type syntax is processed statically from a hcl.Expression, so it cannot
5 // use any of the usual language operators. This is similar to type expressions
6 // in statically-typed programming languages.
7 //
8 // variable "example" {
9 // type = list(string)
10 // }
11 package typeexpr