Skip to content

Commit

Permalink
Merge pull request #1798 from alphagov/sengi/rds-ca
Browse files Browse the repository at this point in the history
Switch from rds-ca-2019 to rds-ca-rsa2048-g1.
  • Loading branch information
sengi authored Nov 17, 2023
2 parents c7aa79e + fbdf07e commit 0c6eee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/projects/app-govuk-rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "aws_db_instance" "instance" {
monitoring_interval = 60
monitoring_role_arn = data.terraform_remote_state.infra_monitoring.outputs.rds_enhanced_monitoring_role_arn
vpc_security_group_ids = [aws_security_group.rds[each.key].id]
ca_cert_identifier = "rds-ca-rsa2048-g1"
apply_immediately = var.aws_environment != "production"

performance_insights_enabled = true
Expand Down

0 comments on commit 0c6eee6

Please sign in to comment.