Skip to content

Commit

Permalink
Chore: Upgrade default postgres database version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasrieble committed Nov 27, 2024
1 parent 094865f commit 88a0c2f
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 @@ -346,7 +346,7 @@ variable "database_size_mb" {
}

variable "database_version" {
default = 12
default = 16
type = number
description = "Postgres version"
}
Expand Down

0 comments on commit 88a0c2f

Please sign in to comment.