Skip to content

Commit

Permalink
fix: CI failing due to pg 16 version (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss authored Oct 30, 2024
1 parent a812874 commit 9f54c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgresql/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "database_version" {
default = "POSTGRES_14"
}
variable "destination_database_version" {
default = "POSTGRES_16"
default = "POSTGRES_15"
}
variable "big_query_viewers" {
default = []
Expand Down

0 comments on commit 9f54c8e

Please sign in to comment.