-
Notifications
You must be signed in to change notification settings - Fork 217
Launch configuration/associate public ip #312
base: master
Are you sure you want to change the base?
Launch configuration/associate public ip #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rebase to fix conflicts and squash to a single commit? Thanks!
@@ -614,6 +614,9 @@ Specifies that basic state of the resource. Valid values are 'attached', 'detach | |||
#####`vpc` | |||
*Optional* A hint to specify the VPC. This is useful when detecting ambiguously named security groups that might exist in different VPCs, such as 'default'. This parameter is set at creation only; it is not affected by updates. | |||
|
|||
#####`associate_public_ip_address` | |||
*Optional* One or more mappings that specify how block devices are exposed to the instance. For more information, see [Block Device Mapping](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) in the Amazon Elastic Compute Cloud User Guide. This parameter is set at creation only; it is not affected by updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs describe block devices; is that copy/paste?
@@ -36,6 +36,7 @@ def self.prefetch(resources) | |||
def self.config_to_hash(region, config) | |||
# It appears possible to get launch configurations manually to a state where | |||
# they return the identifier of an invalid or a non-existent security groups | |||
# puts "config_to_hash(#{config})" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd indentation.
@@ -77,3 +92,9 @@ def insync?(is) | |||
end | |||
|
|||
end | |||
def read_only_warning(value, property, should) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module already has the ability for marking properties read-only; why this addition?
@benpillet Would you mind coming back to address the comments here please? |
Add a property for the associate_public_ip_address option for a launch configuration