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

Closes #150: EB diffs settings correctly #901

Merged
merged 2 commits into from
Jul 20, 2017

Commits on Jun 17, 2017

  1. Closes hashicorp#150: EB diffs settings correctly

    All this commit does is add a call to `normalizeJsonString`, so the
    settings returned by the AWS API and the settings set by users in the tf
    config don't indicate diffs in the tf state whenever there's extra
    whitespace in the JSON. I added a case to the `structure_test.go` file, to
    verify that `normalizeJsonString` treats regular strings the way I'd
    expect.
    
    I would have added an acceptance test, but the 15-20 minute feedback loop
    is far too long to be practical. I tried figuring out a way to spoof the
    flow instead, but had no luck.
    Arthur Burkart committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    01af949 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    f8b0575 View commit details
    Browse the repository at this point in the history