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

provider/aws: Fixes #5108 (launch_configuration failures) #6512

Merged
merged 1 commit into from
Jun 8, 2016

Commits on May 6, 2016

  1. Fix for root "encrypted" failure in launch_config

    Fixed the problem where the root_block_device could cause an apply error
    by reading back an "encrypted" parameter that was meant for an
    ebs_block_device.  "encrypted" is not part of the root_block_device
    schema, since it can't be set explicitly.
    
    Added a check in Create to fail when the root device is incorrectly
    specified as an ebs_block_device, as this causes continual refreshing
    due to mismatched state between root_block_device and ebs_block_device.
    
    "encrypted" and "snapshot_id" should be guarded with ConflictsWith, but
    that doesn't appear to work on nested resources despite hashicorp#1926.
    Paul Forman committed May 6, 2016
    Configuration menu
    Copy the full SHA
    291331e View commit details
    Browse the repository at this point in the history