From c3c38579599368815cc7de6809e4cdb0e31114b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:01:40 +0000 Subject: [PATCH] Bump secret-manager::cloud-foundation-fabric in /gcp Bumps [secret-manager::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 51.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...v51.0.0) --- updated-dependencies: - dependency-name: secret-manager::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 51.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/secret-manager.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/secret-manager.tf b/gcp/secret-manager.tf index 6ecd52b..3740e67 100644 --- a/gcp/secret-manager.tf +++ b/gcp/secret-manager.tf @@ -23,7 +23,7 @@ locals { # Secret Manager for storing GitHub App credentials # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v49.1.0/modules/secret-manager/README.md module "secret-manager" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/secret-manager?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/secret-manager?ref=v51.0.0" project_id = module.project.project_id secrets = { github-app-id = local.default_secret_manager_config