Fix conditionals erroring with an unknown condition and marked branch.#630
Conversation
Signed-off-by: Jakub Martin <kubam@spacelift.io>
|
Thanks for digging into this, @cube2222! This fix seems right to me. As you've seen, the FWIW, I've just released a new version v1.14.1 of my With my |
Fixes #629 and transitively also opentofu/opentofu#655 and hashicorp/terraform#33977.
Solution inspired by other implementations in this very file, as well as primitive functions in the go-cty repository itself.