Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPR2-893: Glue connection and placeholder operational datastore secret #6670

Merged
merged 11 commits into from
Jun 20, 2024
Merged
Prev Previous commit
Next Next commit
DPR2-893: try removing allow all traffic to any IP.
tom-ogle-moj committed Jun 20, 2024
commit 3c5ce9abf3c389eaf193b2de71192d53b13e775f
Original file line number Diff line number Diff line change
@@ -39,12 +39,4 @@ resource aws_security_group "glue_operational_datastore_connection_sg" {
protocol = "-1"
self = true
}

# Allow all traffic out
egress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
}