mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
swap back from tcp egress to -1
This commit is contained in:
@@ -69,7 +69,7 @@ resource "aws_security_group" "infisical_relay_sg" {
|
||||
egress {
|
||||
from_port = 0
|
||||
to_port = 0
|
||||
protocol = "tcp"
|
||||
protocol = "-1"
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user