From 16fe70144f52bf41b8a313f00b31ed67ec79f908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:05:53 +0000 Subject: [PATCH] chore(deps): Update Terraform GoogleCloudPlatform/sql-db/google to v24 --- 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 01d0049..84fb334 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 = "~> 24.0" project_id = var.project_id vpc_network = module.test-vpc-module.network_name depends_on = [