Skip to content

Commit

Permalink
Upgrade MySQL minor version (#725)
Browse files Browse the repository at this point in the history
Upgrade MySQL minor version
  • Loading branch information
ryanjjung authored Oct 22, 2024
1 parent cc58fbc commit 3bbfbea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tofu/modules/data-store/database/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
locals {
username = replace("${var.name_prefix}_user", "-", "_")
secret = {

}
}

Expand All @@ -19,7 +18,7 @@ module "db" {
identifier = var.name_prefix

engine = "mysql"
engine_version = "8.0.32"
engine_version = "8.0.35"
instance_class = "db.t3.medium"
allocated_storage = 20

Expand Down

0 comments on commit 3bbfbea

Please sign in to comment.