From bf45526db20b2ade815a6ecaf74048038a31ad8f Mon Sep 17 00:00:00 2001 From: Rishi Kumar Date: Thu, 31 Oct 2024 03:42:29 +0530 Subject: [PATCH] fix: CI failing due to pg 16 version --- modules/postgresql/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/postgresql/gcp/variables.tf b/modules/postgresql/gcp/variables.tf index 1cf9c9a2..5d0fe5d2 100644 --- a/modules/postgresql/gcp/variables.tf +++ b/modules/postgresql/gcp/variables.tf @@ -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 = []