Skip to content

Commit 6c2e564

Browse files
Downgraded default RDS version
Pre-13 versions of RDS Postgres are incompatible with the default instance type.
1 parent 168d24c commit 6c2e564

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 = "13.3"
270+
default = "12.7"
271271
}
272272

273273
// S3 Bucket

0 commit comments

Comments
 (0)