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

Fix bug for force push for backends besides the remote backend #26190

Merged
merged 1 commit into from
Sep 10, 2020

Commits on Sep 10, 2020

  1. Fix bug for force push for backends besides the remote backend

    In refactoring the force push code when implementing force push
    for the Terraform remote backend, a bug was introduced that
    meant that backends that don't implement the EnableForcePush
    method would still have their state validated. This commit
    fixes that, and adds test coverage such that there is a separate
    mockRemoteClient that has this method implemented.
    pselle committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2c35869 View commit details
    Browse the repository at this point in the history