Skip to content

Commit

Permalink
DACP: update the rds cert to rds-ca-rsa2048-g1 (#7031)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 authored Jul 9, 2024
1 parent b35fcac commit 5bdd77e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/environments/dacp/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ resource "aws_db_instance" "dacp_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"
apply_immediately = true
}

resource "aws_db_subnet_group" "dbsubnetgroup" {
Expand Down

0 comments on commit 5bdd77e

Please sign in to comment.