swap back from tcp egress to -1

This commit is contained in:
x032205
2025-10-23 13:29:35 -04:00
parent 1813066c21
commit cd76ef36a2

View File

@@ -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"]
}