Skip to content

Commit

Permalink
Wardship: update the rds cert to rds-ca-rsa2048-g1, add apply_immedia…
Browse files Browse the repository at this point in the history
…tely option (#7022)
  • Loading branch information
matt-k1998 authored Jul 9, 2024
1 parent e41d068 commit 0d137f1
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 @@ -15,6 +15,7 @@ resource "aws_db_instance" "wardship_db" {
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 0d137f1

Please sign in to comment.