We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c16dd commit b74bd23Copy full SHA for b74bd23
environments/template/variables.tf
@@ -44,7 +44,7 @@ variable "db_backup_window" {
44
variable "db_cluster_family" {
45
description = "Family of DB cluster parameter group"
46
type = string
47
- default = "aurora-postgresql12"
+ default = "aurora-postgresql15"
48
}
49
50
variable "db_cluster_size" {
@@ -55,7 +55,7 @@ variable "db_cluster_size" {
55
variable "db_engine_version" {
56
description = "Version of DB engine to use"
57
58
- default = "12.4"
+ default = "15.4"
59
60
61
variable "db_instance_type" {
0 commit comments