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

[WIP] Support "hiding" ignored parameters from state. #7237

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2016

  1. [WIP] Support "hiding" ignored parameters from state.

    Add a lifecycle flag "hide_ignored" to remove "ignored" resource
    parameters from the final state. While definitely not perfect, this
    kind of simple solution should make it possible to prevent sensitive
    from being written to tfstate.
    
    "hide_ignored" uses "ignore_changes" list since it does not make sense
    to omit non-ignored prameters from state file as it would break
    terraform flow.
    
    Fixes hashicorp#516
    modax committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    53db919 View commit details
    Browse the repository at this point in the history