From c525f957079d67384dc8674172fda6f434d383cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:42:37 +0000 Subject: [PATCH] Bump project::cloud-foundation-fabric in /examples/basic Bumps [project::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 36.0.1 to 37.1.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/v36.0.1...v37.1.0) --- updated-dependencies: - dependency-name: project::github::GoogleCloudPlatform/cloud-foundation-fabric::v36.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam.tf b/iam.tf index a7f0353..fe38e81 100644 --- a/iam.tf +++ b/iam.tf @@ -1,5 +1,5 @@ module "project" { - source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v36.0.1" + source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v37.1.0" name = var.project_id project_create = false