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

states: Disable Terraform version check #26752

Merged

Commits on Oct 29, 2020

  1. states: Disable Terraform version check

    For this version of Terraform and forward, we no longer refuse to read
    compatible state files written by future versions of Terraform. This is
    a commitment that any changes to the semantics or format of the state
    file after this commit will require a new state file version 5.
    
    The result of this is that users of this Terraform version will be able
    to share remote state with users of future versions, and all users will
    be able to read and write state. This will be true until the next major
    state file version is required.
    
    This does not affect users of previous versions of Terraform, which will
    continue to refuse to read state written by later versions.
    alisdair committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    99d6791 View commit details
    Browse the repository at this point in the history