From 400e36ee21c18333dc69bc2a4496ab133447b6d6 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 23 Apr 2024 12:16:45 -0400 Subject: [PATCH] test(e2e): Update postgres version (#4701) 15.3 is no longer available --- enos/modules/aws_boundary/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/aws_boundary/variables.tf b/enos/modules/aws_boundary/variables.tf index b1b7a03a20..074b94bf6d 100644 --- a/enos/modules/aws_boundary/variables.tf +++ b/enos/modules/aws_boundary/variables.tf @@ -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" {