v0.14.0
Ingress sg port fix @heathsnow (#31)
what
- fix ingress security groups
- if this module creates the security group then output the security_group_id
why
- Having protocol set to "tcp" will set the to/from ports
to the "0" specified. Port 0 is not an ActiveMQ or
RabbitMQ broker port. Instead, use port65535
for the to_port
to allow all TCP traffic.