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

terraform: Error message for unknown error_message in variable validation [v1.9 backport] #35449

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. terraform: Error message for unknown error_message in variable valida…

    …tion
    
    In cases where the "condition" is known but the "error_message" is not,
    we were previously returning the generic error about the error message
    not being evaluable.
    
    In the long run we'll want to do something better here to minimize the
    chances of this situation arising -- reporting an error that we don't
    know how to describe is a poor user experience -- but this is a temporary
    intervention to at least make the error message more relevant in the
    meantime, while we design how Terraform actually ought to behave in this
    awkward situation.
    apparentlymart committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ee5a396 View commit details
    Browse the repository at this point in the history