From cd76ef36a2afec130590efb3bf303979ba7edecf Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 23 Oct 2025 13:29:35 -0400 Subject: [PATCH] swap back from tcp egress to -1 --- .../platform/gateways/relay-deployment/terraform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx index 0c3f84b9a..a78962d63 100644 --- a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx +++ b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx @@ -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"] }