diff --git a/gcp/secret-manager.tf b/gcp/secret-manager.tf index 6ecd52b..f49fffc 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=v50.0.0" project_id = module.project.project_id secrets = { github-app-id = local.default_secret_manager_config