package
1.1.3
Repository: https://github.com/hugorut/terraform.git
Documentation: pkg.go.dev

# Functions

Type attempts to process the given expression as a type expression and, if successful, returns the resulting type.
TypeConstraint attempts to parse the given expression as a type constraint and, if successful, returns the resulting type.
TypeConstraintFromVal extracts the type from a cty.Value of TypeConstraintType that was previously constructed using TypeConstraintVal.
TypeConstraintVal constructs a cty.Value whose type is TypeConstraintType.
TypeString returns a string rendering of the given type as it would be expected to appear in the HCL native syntax.

# Variables

ConvertFunc is a cty function that implements type conversions.
TypeConstraintType is a cty capsule type that allows cty type constraints to be used as values.