From bedeb9d40a1d8b691874e8366bfac37aa752695e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:42:35 +0000 Subject: [PATCH] Bump dataform-sa::cloud-foundation-fabric in /examples/basic Bumps [dataform-sa::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: dataform-sa::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..c423573 100644 --- a/iam.tf +++ b/iam.tf @@ -18,7 +18,7 @@ module "project" { } module "dataform-sa" { - source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v36.0.1" + source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v37.1.0" project_id = var.project_id name = "dataform-runner" display_name = "Dataform Runner"