Skip to content

Commit 168d24c

Browse files
Bumped default RDS version to latest
1 parent e0b0472 commit 168d24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ variable "rds_deletion_protection" {
267267
variable "rds_version" {
268268
type = string
269269
description = "The DB version to use for the RDS instance"
270-
default = "11.8"
270+
default = "13.3"
271271
}
272272

273273
// S3 Bucket

0 commit comments

Comments
 (0)