Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Jul 9, 2024
1 parent 0e5b369 commit 1865081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rds-aurora/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "db_engine_mode" {
variable "db_engine_version" {
description = "The database engine version."
type = string
default = "14"
default = "16.3"
}

variable "db_storage_type" {
Expand Down

0 comments on commit 1865081

Please sign in to comment.