Skip to content

Commit

Permalink
Chore: Update deprecated default M4 type to M5 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasrieble authored Apr 22, 2024
1 parent 3f66438 commit 8142d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ variable "db_parameters" {

variable "db_size" {
type = string
default = "db.m4.xlarge"
default = "db.m5.xlarge"
description = "PostgreSQL instance size."
}

Expand Down

0 comments on commit 8142d5f

Please sign in to comment.