test(e2e): Update postgres version (#4701)

15.3 is no longer available
pull/4707/head
Michael Li 2 years ago committed by GitHub
parent 4b48943c12
commit 400e36ee21
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.3"
default = "15.6"
}
variable "db_engine" {

Loading…
Cancel
Save