Skip to content

Commit

Permalink
Add port 5710
Browse files Browse the repository at this point in the history
  • Loading branch information
cvlc committed Apr 29, 2022
1 parent 9616122 commit 0f332c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/getting-started/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ resource "aws_security_group_rule" "ondat_grpc_tcp" {

resource "aws_security_group_rule" "ondat_gossip_tcp" {
type = "ingress"
from_port = 5711
from_port = 5710
to_port = 5711
protocol = "tcp"
self = true
Expand All @@ -170,7 +170,7 @@ resource "aws_security_group_rule" "ondat_gossip_tcp" {

resource "aws_security_group_rule" "ondat_gossip_udp" {
type = "ingress"
from_port = 5711
from_port = 5710
to_port = 5711
protocol = "udp"
self = true
Expand Down

0 comments on commit 0f332c0

Please sign in to comment.