From 509fb215885e780abb51eb70f8253ce2923fa278 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 26 Mar 2026 19:52:33 +0000 Subject: [PATCH] fix(deps)!: Update Terraform GoogleCloudPlatform/sql-db/google to v28 --- 5-infrastructure/modules/cloud-sql/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-infrastructure/modules/cloud-sql/main.tf b/5-infrastructure/modules/cloud-sql/main.tf index f9944c5b..b3fba51a 100644 --- a/5-infrastructure/modules/cloud-sql/main.tf +++ b/5-infrastructure/modules/cloud-sql/main.tf @@ -25,7 +25,7 @@ locals { module "boa_postgress_ha" { source = "GoogleCloudPlatform/sql-db/google//modules/postgresql" - version = "~> 5.0" + version = "~> 28.0" name = var.sql_instance_prefix random_instance_name = true project_id = var.project_id