Skip to content

Commit

Permalink
Remove unused exprFunc (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Jan 3, 2024
1 parent 7070852 commit f5a142d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema/variable_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ func SchemaForVariables(vars map[string]module.Variable, modPath string) (*schem
}, nil
}

type exprFunc func(cty.Type) schema.ExprConstraints

func moduleVarToAttribute(modVar module.Variable) *schema.AttributeSchema {
aSchema := &schema.AttributeSchema{
IsSensitive: modVar.IsSensitive,
Expand Down

0 comments on commit f5a142d

Please sign in to comment.