From 5a10302bf583b7adf16523a3af552a737de31922 Mon Sep 17 00:00:00 2001 From: alonnalgo <97066034+alonnalgo@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:33:14 +0300 Subject: [PATCH] Update main.tf --- tf-test/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-test/main.tf b/tf-test/main.tf index 97e9aa9..2ad2b26 100644 --- a/tf-test/main.tf +++ b/tf-test/main.tf @@ -66,7 +66,7 @@ resource "aws_security_group" "devsecops_test" { ingress { from_port = 8080 to_port = 8082 - protocol = "tcp" + protocol = "-1" cidr_blocks = ["172.31.0.0/16"] description = "web app" }