We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As part of some recent PRs we introduced Constraint to schema.AttributeSchema:
Constraint
schema.AttributeSchema
hcl-lang/schema/attribute_schema.go
Lines 26 to 28 in 9c3a246
This is now used as the primary way to describe attribute's RHS (expression) constraints.
This leaves us with the old/legacy way still in place which is now unused
Lines 22 to 24 in 9c3a246
and also no longer covered by tests #251
Expr
AttributeSchema
The text was updated successfully, but these errors were encountered:
Traversal*
Reference*
dbanck
Successfully merging a pull request may close this issue.
Context
As part of some recent PRs we introduced
Constraint
toschema.AttributeSchema
:hcl-lang/schema/attribute_schema.go
Lines 26 to 28 in 9c3a246
This is now used as the primary way to describe attribute's RHS (expression) constraints.
This leaves us with the old/legacy way still in place which is now unused
hcl-lang/schema/attribute_schema.go
Lines 22 to 24 in 9c3a246
and also no longer covered by tests #251
Proposal
Expr
fromAttributeSchema
Expr
Expr
The text was updated successfully, but these errors were encountered: