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