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

core: Address some issues with ignore_changes #5635

Merged
merged 1 commit into from
Mar 21, 2016

Commits on Mar 21, 2016

  1. core: Fix issues with ignore_changes

    The ignore_changes diff filter was stripping out attributes on Create
    but the diff was still making it down to the provider, so Create would
    end up missing attributes, causing a full failure if any required
    attributes were being ignored.
    
    In addition, any changes that required a replacement of the resource
    were causing problems with `ignore_chages`, which didn't properly filter
    out the replacement when the triggering attributes were filtered out.
    
    Refs #5627
    phinze committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    f480ae3 View commit details
    Browse the repository at this point in the history