Skip to content

Commit

Permalink
Bump Loadtest Aurora Version (#21395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikelee committed Aug 19, 2024
1 parent 605779e commit 3aa68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.03.3"
engine_version = "8.0.mysql_aurora.3.05.2"
instance_class = var.db_instance_type

instances = {
Expand Down

0 comments on commit 3aa68ae

Please sign in to comment.