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
When using allOf in the schema, the program exits with an error, even if there is only one schema in the list and that schema worked before.
allOf
Steps to reproduce the behavior:
x
{allOf: [x]}
terraform plan
Example:
Scenario: Given a schema When it uses allOf Then the validator should detect that all of the schemas apply
Don't forget to go through the checklist to make sure the issue is created properly:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using
allOf
in the schema, the program exits with an error, even if there is only one schema in the list and that schema worked before.To Reproduce
Steps to reproduce the behavior:
x
to{allOf: [x]}
terraform plan
Expected behaviour
Example:
Checklist (for admin only)
Don't forget to go through the checklist to make sure the issue is created properly:
The text was updated successfully, but these errors were encountered: