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

Remove create_timeout backwards incompatibilities. #10858

Merged
merged 1 commit into from
Jan 3, 2017

Commits on Dec 20, 2016

  1. Remove create_timeout backwards incompatibilities.

    A new create_timeout attribute was added that had some backwards
    incompatibilities, and as per discussion in #10823, it was determined we
    could make upgrading to 0.8.x easier by fixing them, without really
    losing any functionality.
    
    Because create_timeout is not something stored or transmitted to the
    API, it's not something we need a ForceNew on. Also, because an update
    wouldn't result in an API call, we can add a state migration to avoid a
    false positive diff that requires people to plan and apply but doesn't
    actually make an API call.
    paddycarver committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e6349ae View commit details
    Browse the repository at this point in the history