Skip to content

Commit

Permalink
update db sg
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus authored and matt-heery committed Apr 5, 2024
1 parent c2cc754 commit 8f0eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_security_group" "db" {
from_port = 1433
to_port = 1433
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
cidr_blocks = [data.aws_vpc.shared.cidr_block]
}
egress {
from_port = 0
Expand Down

0 comments on commit 8f0eeaa

Please sign in to comment.