Skip to content

Commit

Permalink
Wardship: update the rds cert to rds-ca-rsa2048-g1 (#7012)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 authored Jul 9, 2024
1 parent c4129d5 commit e16a8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/wardship/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resource "aws_db_instance" "wardship_db" {
vpc_security_group_ids = [aws_security_group.postgresql_db_sc[0].id]
db_subnet_group_name = aws_db_subnet_group.dbsubnetgroup.name
allow_major_version_upgrade = true
ca_cert_identifier = "rds-ca-rsa2048-g1"
}

resource "aws_db_subnet_group" "dbsubnetgroup" {
Expand Down

0 comments on commit e16a8da

Please sign in to comment.