Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Jan 11, 2024
1 parent 9b5c081 commit 25f7d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ resource "aws_security_group_rule" "ecs_to_rds" {
from_port = 1433
to_port = 1433
protocol = "tcp"
security_group_id = db.id
source_security_group_id = cluster_ec2.id
security_group_ids = [aws_security_group.db.id]
source_security_group_id = aws_security_group.cluster_ec2.id
}

resource "aws_security_group" "db" {
Expand Down

0 comments on commit 25f7d29

Please sign in to comment.