Skip to content

Commit

Permalink
update default for mysql-shard to v8.0.37 (#1147)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jun 21, 2024
1 parent 5b77732 commit f0b09c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/modules/mysql-shard/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ variable "db_name" {
variable "database_version" {
type = string
description = "MySQL database version."
default = "MYSQL_5_7"
default = "MYSQL_8_0_37"
}

variable "deletion_protection" {
Expand All @@ -126,5 +126,5 @@ variable "password" {
variable "collation" {
type = string
description = "collation setting for database"
default = "utf8_general_ci"
default = "utf8mb3_general_ci"
}

0 comments on commit f0b09c0

Please sign in to comment.