From dc9ea133c2393be007635626a679628a70921d46 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 23 Apr 2024 13:50:16 +0000 Subject: [PATCH] backport of commit 4da6a3ff0ba83e09b59ae4a5878f69a315b5320e --- 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 d876709dcd..783b6e9233 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" {