Skip to content

Commit 0271468

Browse files
Merge pull request #5429 from hashicorp/backport/ddebko-fix-enos-rds/infinitely-deep-deer
This pull request was automerged via backport-assistant
2 parents 93359c2 + b4ca721 commit 0271468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enos/modules/aws_boundary/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ variable "db_class" {
139139
variable "db_version" {
140140
description = "AWS RDS DBS engine version (for postgres/mysql)"
141141
type = string
142-
default = "15.6"
142+
default = "15.7"
143143
}
144144

145145
variable "db_engine" {

0 commit comments

Comments
 (0)