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

Prevent automatic backend migration during terraform init #28718

Merged
merged 3 commits into from May 17, 2021

Commits on May 17, 2021

  1. no longer automatically attempt state migration

    Add `init -migrate-state` flag to indicate automatic state migration is
    desired. This flag will be implied by the `-force-copy` flag, since that
    would indicate state migration is expected.
    
    If `init` encounters a change to the stored backend configuration, it
    will now always return an error when neither `-reconfigure` or
    `-migrate-state` is supplied.
    
    Turn the most common legacy output strings into diagnostics, removing
    the "see above text" error output.
    jbardin committed May 17, 2021
    Configuration menu
    Copy the full SHA
    edc2695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b48636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b11578d View commit details
    Browse the repository at this point in the history