aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/ext/typeexpr/doc.go
blob: c4b379579d463616778cafc24ae083bd3a39bac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Package typeexpr extends HCL with a convention for describing HCL types
// within configuration files.
//
// The type syntax is processed statically from a hcl.Expression, so it cannot
// use any of the usual language operators. This is similar to type expressions
// in statically-typed programming languages.
//
//     variable "example" {
//       type = list(string)
//     }
package typeexpr