You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditionals that have an unknown condition and one of its branches is marked (sensitive) break with an error because the new refinement handling code in the conditional doesn't handle this case (and v.Range() doesn't handle the case of being a marked unknown).
Hey!
Conditionals that have an unknown condition and one of its branches is marked (sensitive) break with an error because the new refinement handling code in the conditional doesn't handle this case (and v.Range() doesn't handle the case of being a marked unknown).
This has been submitted to OpenTofu as an issue and was later also raised in the HashiCorp Terraform issue tracker.
Here's a brief reproduction:
PR to fix this coming in a moment.
The text was updated successfully, but these errors were encountered: