Skip to content

Commit

Permalink
Change Postgres default
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Aug 18, 2024
1 parent 1a4adc5 commit 15fdcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/heroku/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ variable "worker_dyno_quantity" {
variable "postgresql_plan" {
type = string
nullable = true
default = "essential-1"
default = "essential-0"
description = "The Postgres add-on plan type, or null to disable."
}

Expand Down

0 comments on commit 15fdcbb

Please sign in to comment.