Skip to content

Commit

Permalink
Update loadtesting snapshot (#25495)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn authored Jan 30, 2025
1 parent 8b23ed5 commit e3bdc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/loadtesting/terraform/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "aurora_mysql" { #tfsec:ignore:aws-rds-enable-performance-insights-encryp

name = "${local.name}-mysql"
engine = "aurora-mysql"
engine_version = "8.0.mysql_aurora.3.05.2"
engine_version = "8.0.mysql_aurora.3.07.1"
instance_class = var.db_instance_type

instances = {
Expand Down Expand Up @@ -64,7 +64,7 @@ module "aurora_mysql" { #tfsec:ignore:aws-rds-enable-performance-insights-encryp
}
]

snapshot_identifier = "arn:aws:rds:us-east-2:917007347864:cluster-snapshot:cleaned-8-0"
snapshot_identifier = "arn:aws:rds:us-east-2:917007347864:cluster-snapshot:cleaned-8-0-teams-fixes-v4-55-0-minimum"

monitoring_interval = 60
iam_role_name = "${local.name}-rds"
Expand Down

0 comments on commit e3bdc4b

Please sign in to comment.