Skip to content

Commit 3ef32b1

Browse files
committed
Added testing
1 parent 213a89f commit 3ef32b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "aws_security_group" "sg" {
4242
protocol = "tcp"
4343
cidr_blocks = ["0.0.0.0/0"]
4444
}
45-
## For rabbitmq 15672 management port
45+
##For rabbitmq 15672 management port siuu
4646
ingress {
4747
from_port = 15672
4848
to_port = 15672

0 commit comments

Comments
 (0)