Skip to content

Commit

Permalink
change id (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
aplybeah authored Jan 23, 2024
1 parent aadd75d commit 2e5f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/database/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "aws_vpc_security_group_ingress_rule" "db_ingress_from_dms" {
from_port = 5432
to_port = 5432
ip_protocol = "tcp"
referenced_security_group_id = aws_security_group.role_manager.id
referenced_security_group_id = data.aws_security_group.source_db.id
}

# security group for the source DB
Expand Down

0 comments on commit 2e5f288

Please sign in to comment.