Skip to content

Commit eb209cd

Browse files
authored
Update variables.tf
Update rds db type
1 parent 749978f commit eb209cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ variable "enable_cluster_creator_admin_permissions" {
148148
variable "postgres_version" {
149149
description = "Version of PostgreSQL to use"
150150
type = string
151-
default = "15"
151+
default = "17"
152152
}
153153

154154
variable "db_instance_class" {
155-
description = "Instance class for the RDS instance"
155+
description = "Instance class for the RDS instance. This is used for concensus and metadata and is general not bottlnecked by memory or disk. Recomended instance family m7i, m6i, m7g, and m8g"
156156
type = string
157-
default = "db.t3.large"
157+
default = "db.m6i.large"
158158
}
159159

160160
variable "db_allocated_storage" {

0 commit comments

Comments
 (0)