Skip to content

v0.14.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 02 May 21:10
3951c8e
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 port 65535 for the to_port
    to allow all TCP traffic.

references