From e84e1bcf437f2783043174a972e769dd896de7ab Mon Sep 17 00:00:00 2001 From: alonnalgo <97066034+alonnalgo@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:35:05 +0300 Subject: [PATCH] Update main.tf --- tf-test-1/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-test-1/main.tf b/tf-test-1/main.tf index 97e9aa9..2ad2b26 100644 --- a/tf-test-1/main.tf +++ b/tf-test-1/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" }