Commit 7454f1f3 authored by Anton Babenko's avatar Anton Babenko

Fixed formatting

parent a479bead
......@@ -48,10 +48,10 @@ variable "rules" {
# HTTPS
https-443-tcp = [443, 443, "tcp", "HTTPS"]
# IPSEC
ipsec-500-udp = [500, 500, "udp", "IPSEC ISAKMP"]
ipsec-4500-udp = [4500, 4500, "udp", "IPSEC NAT-T"]
ipsec-500-udp = [500, 500, "udp", "IPSEC ISAKMP"]
ipsec-4500-udp = [4500, 4500, "udp", "IPSEC NAT-T"]
# Kafka
kafka-broker-tcp = [9092, 9092, "tcp", "Kafka broker 0.8.2+"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment