mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Loadtesting MySQL engine_version update (#31351)
- MySQL engine version bumped from 8.0.mysql_aurora.3.07.1 -> 8.0.mysql_aurora.3.08.2
This commit is contained in:
parent
e0155db4b4
commit
9618d72b54
1 changed files with 1 additions and 1 deletions
|
|
@ -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.07.1"
|
||||
engine_version = "8.0.mysql_aurora.3.08.2"
|
||||
instance_class = var.db_instance_type
|
||||
|
||||
instances = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue