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

cli: Fix double check of remote workspace version #27498

Merged
merged 1 commit into from
Jan 14, 2021

Commits on Jan 13, 2021

  1. cli: Fix double check of remote workspace version

    After verifying the remote backend workspace version is compatible with
    the local Terraform version, we need to record that this check was
    successful. Otherwise the fallback error handling path will run a strict
    version check, even if the versions are compatible, which will cause an
    unexpected failure.
    alisdair committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ddac282 View commit details
    Browse the repository at this point in the history