We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213a89f commit 3ef32b1Copy full SHA for 3ef32b1
1 file changed
terraform/main.tf
@@ -42,7 +42,7 @@ resource "aws_security_group" "sg" {
42
protocol = "tcp"
43
cidr_blocks = ["0.0.0.0/0"]
44
}
45
- ## For rabbitmq 15672 management port
+ ##For rabbitmq 15672 management port siuu
46
ingress {
47
from_port = 15672
48
to_port = 15672
0 commit comments