fix(enos): bump default db version to new required minimum (#5426)

pull/5043/merge
Damian Debkowski 1 year ago committed by GitHub
parent 91c060ca44
commit dc66aa0556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ variable "db_class" {
variable "db_version" {
description = "AWS RDS DBS engine version (for postgres/mysql)"
type = string
default = "15.6"
default = "15.7"
}
variable "db_engine" {

Loading…
Cancel
Save