terraform-provider-gitea/vendor/github.com/hashicorp/hcl/v2/ext/typeexpr/doc.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

12 lines
400 B
Go

// 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