Skip to content

Commit

Permalink
Merge pull request #256 from hashicorp/db.upgradePostgresVersion
Browse files Browse the repository at this point in the history
Chore: Upgrade default postgres database version
  • Loading branch information
nikolasrieble authored Nov 27, 2024
2 parents 1debf13 + fe8ee32 commit 8e05fd7
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 8e05fd7

Please sign in to comment.