Skip to content
New issue

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

Update HCL #36224

Merged
merged 3 commits into from
Feb 4, 2025
Merged

Update HCL #36224

merged 3 commits into from
Feb 4, 2025

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Dec 16, 2024

Update HCL to the latest commit to test new boolean operator logic, allowing for more accurate unknown value handling and logical short-circuiting: hashicorp/hcl#713

The overall evaluation of boolean expressions should now follow roughly the same logic as conditional expressions. This means that as long as the expression itself is valid, if one side of the expression can create a short-circuit path in the logic, the evaluation diagnostics from the inactive side can be dropped.

Closes #24128
Fixes #31078, which was closed but was incomplete.

liamcervante
liamcervante previously approved these changes Feb 4, 2025
@jbardin jbardin merged commit 1ad35c2 into main Feb 4, 2025
8 checks passed
@jbardin jbardin deleted the jbardin/update-hcl branch February 4, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants