From 313f02f3284672752ba99aa599d02bbcffac6ce2 Mon Sep 17 00:00:00 2001 From: Damian Debkowski Date: Thu, 9 Jan 2025 01:05:22 +0000 Subject: [PATCH] backport of commit 8159a15402de4ccd76e88952c3a48042fc9c4fdd --- 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 1509dd3723..fd5b70bd98 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.6" + default = "15.7" } variable "db_engine" {