diff --git a/tf-test-1/main.tf b/tf-test-1/main.tf index 97e9aa9..9bcf21d 100644 --- a/tf-test-1/main.tf +++ b/tf-test-1/main.tf @@ -64,7 +64,7 @@ resource "aws_security_group" "devsecops_test" { description = "Display devsecops " vpc_id = "vpc-12345678" ingress { - from_port = 8080 + from_port = 1080 to_port = 8082 protocol = "tcp" cidr_blocks = ["172.31.0.0/16"] @@ -72,7 +72,7 @@ resource "aws_security_group" "devsecops_test" { } egress { - from_port = 7654 + from_port = 1654 to_port = 7655 protocol = "tcp" cidr_blocks = ["10.20.30.0/24"]