Skip to content

Commit 8142d5f

Browse files
Chore: Update deprecated default M4 type to M5 (#328)
1 parent 3f66438 commit 8142d5f

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
@@ -179,7 +179,7 @@ variable "db_parameters" {
179179

180180
variable "db_size" {
181181
type = string
182-
default = "db.m4.xlarge"
182+
default = "db.m5.xlarge"
183183
description = "PostgreSQL instance size."
184184
}
185185

0 commit comments

Comments
 (0)