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

schema: delete non existing values #3257

Merged
merged 2 commits into from
Dec 9, 2015
Merged

schema: delete non existing values #3257

merged 2 commits into from
Dec 9, 2015

Commits on Sep 16, 2015

  1. schema: delete non existing values

    We need to set the value to an empty value so the state file does
    indeed change the value. Otherwise the obsolote value is still
    intact and doesn't get changed at all. This means `terraform show`
    still shows the obsolote value when the particular value is not
    existing anymore. This is due the AWS API which is returning a null
    instead of an empty string.
    fatih committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    8e7fc24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f269d4f View commit details
    Browse the repository at this point in the history