From 4da6a3ff0ba83e09b59ae4a5878f69a315b5320e Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 23 Apr 2024 09:50:16 -0400 Subject: [PATCH] test(e2e): Update postgres version 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" {