Versions in this module Expand all Collapse all v0 v0.2.0 Feb 28, 2024 v0.1.0 Feb 28, 2024 Changes in this version + type TypeConstraintWithDefaults struct + Default *typeexpr.Defaults + Type cty.Type + func NewTypeConstraintWithDefaultsFromBytes(b []byte) (TypeConstraintWithDefaults, hcl.Diagnostics) + func NewTypeConstraintWithDefaultsFromExp(exp hcl.Expression) (TypeConstraintWithDefaults, hcl.Diagnostics) + type VarCheck struct + Default cty.Value + Nullable bool + TypeConstraintWithDefs TypeConstraintWithDefaults + func NewVarCheck(ty TypeConstraintWithDefaults, def cty.Value, nullable bool) VarCheck