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

terraform: diffs with only tainted set are non-empty #8167

Merged
merged 1 commit into from
Aug 12, 2016

Commits on Aug 12, 2016

  1. terraform: diffs with only tainted set are non-empty

    Fixes issue where a resource marked as tainted with no other attribute
    diffs would never show up in the plan or apply as needing to be
    replaced.
    
    One unrelated test needed updating due to a quirk in the testDiffFn
    logic - it adds a "type" field diff if the diff is non-Empty. NBD
    phinze committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3dccfa0 View commit details
    Browse the repository at this point in the history