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

providers/aws: fix a few more bugs in launch configs #1444

Merged
merged 1 commit into from
Apr 9, 2015

Commits on Apr 9, 2015

  1. providers/aws: fix a few more bugs in launch configs

    These bugs were found by additional check added in #1443
    
     * Reversed nil err check meant that block devices were broken :(
     * Fixing the err check revealed a few missed pointer derefs
     * Unlike instances, ephemeral block devices do come back in
       `BlockDeviceMappings` from `DescribeLaunchConfigurations` calls, so
       we need to recognize them and filter them properly. Even though
       they're not set as computed, I'm doing a `d.Set` since it doesn't
       hurt and it gives us the benefit of basic drift detection.
    phinze committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    8fccd9c View commit details
    Browse the repository at this point in the history