From dda4aa68d907d05c8c20e13c9f82dbd6936bd4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:09:16 +0000 Subject: [PATCH] Bump nat-github-runners::cloud-foundation-fabric in /gcp Bumps [nat-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 50.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...v50.0.0) --- updated-dependencies: - dependency-name: nat-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/net-cloudnat.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/net-cloudnat.tf b/gcp/net-cloudnat.tf index fe4efae..a04c40c 100644 --- a/gcp/net-cloudnat.tf +++ b/gcp/net-cloudnat.tf @@ -1,7 +1,7 @@ # Cloud NAT for GitHub Actions Runners to access the internet # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v49.1.0/modules/net-cloudnat/README.md module "nat-github-runners" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v50.0.0" project_id = module.project.project_id region = var.region name = "cloudnat-github-runners-${local.region_shortnames[var.region]}"