Skip to content

Commit

Permalink
fix: Bump obsolete aws-mysql-engine verions in examples (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 authored Dec 26, 2024
1 parent 2606436 commit 47a904e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/byo-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "wandb_license" {
variable "database_engine_version" {
description = "Version for MySQL Auora"
type = string
default = "8.0.mysql_aurora.3.02.2"
default = "8.0.mysql_aurora.3.05.2"
}

variable "database_instance_class" {
Expand Down
2 changes: 1 addition & 1 deletion examples/public-dns-external/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "wandb_license" {
variable "database_engine_version" {
description = "Version for MySQL Auora"
type = string
default = "8.0.mysql_aurora.3.02.2"
default = "8.0.mysql_aurora.3.05.2"
}

variable "database_instance_class" {
Expand Down

0 comments on commit 47a904e

Please sign in to comment.