Allow vpc_subnet_id to remain unspecified (see bc0c169)

reviewable/pr18780/r1
Bret Martin 11 years ago
parent 76702b48f7
commit f16d8d9afb

@ -785,6 +785,8 @@ def create_instances(module, ec2, vpc, override_count=None):
if vpc_subnet_id:
vpc_id = vpc.get_all_subnets(subnet_ids=[vpc_subnet_id])[0].vpc_id
else:
vpc_id = None
try:
# Here we try to lookup the group id from the security group name - if group is set.

Loading…
Cancel
Save