Skip to content

Commit

Permalink
chore: Updated comment with correct UDP protocol number (fixes #137)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Apr 16, 2020
1 parent ecdf89e commit 36d7df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.tf
Expand Up @@ -3,7 +3,7 @@ variable "rules" {
type = map(list(any))

# Protocols (tcp, udp, icmp, all - are allowed keywords) or numbers (from https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml):
# All = -1, IPV4-ICMP = 1, TCP = 6, UDP = 16, IPV6-ICMP = 58
# All = -1, IPV4-ICMP = 1, TCP = 6, UDP = 17, IPV6-ICMP = 58
default = {
# ActiveMQ
activemq-5671-tcp = [5671, 5671, "tcp", "ActiveMQ AMQP"]
Expand Down

0 comments on commit 36d7df2

Please sign in to comment.