Skip to content

Commit

Permalink
Add IP address whitelist to sqs_flag_shop scenario (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdearmas authored Jun 28, 2024
1 parent ec918f8 commit 62ba73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/sqs_flag_shop/terraform/sg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_security_group" "cg-ec2-security-group" {
from_port = 5000
to_port = 5000
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
cidr_blocks = var.cg_whitelist
}
egress {
from_port = 0
Expand Down

0 comments on commit 62ba73e

Please sign in to comment.