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

Break out NoDevice property validation (Fixes #1551) #1553

Merged
merged 1 commit into from Jan 7, 2020

Commits on Jan 6, 2020

  1. Break out NoDevice property validation (Fixes cloudtools#1551)

    * NoDevice is a string for launch template block device mapping and
      a null object for EC2 block device mapping
    * This addresses the issue by breaking out block device mapping to
      two separate objects. The EC2 version will keep the original name
      for backwards compatibility purposes and the launch template
      version will take up a new name
    cwgem committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    6c651bd View commit details
    Browse the repository at this point in the history