diff --git a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx index 0c3f84b9a0..a78962d635 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"] }