From a01fe8832f7efc98ece0b2f6f26de89b6bc84abf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:25:33 +0000 Subject: [PATCH] chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v25 --- examples/memcache/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/memcache/main.tf b/examples/memcache/main.tf index 01d00497..6649ffa7 100644 --- a/examples/memcache/main.tf +++ b/examples/memcache/main.tf @@ -16,7 +16,7 @@ module "private-service-access" { source = "GoogleCloudPlatform/sql-db/google//modules/private_service_access" - version = "~> 23.0" + version = "~> 25.0" project_id = var.project_id vpc_network = module.test-vpc-module.network_name depends_on = [