Skip to content

Commit 998f5eb

Browse files
Bump service-account-cloud-build-github-runners::cloud-foundation-fabric
Bumps [service-account-cloud-build-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 55.3.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](GoogleCloudPlatform/cloud-foundation-fabric@v53.0.0...v55.3.0) --- updated-dependencies: - dependency-name: service-account-cloud-build-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 55.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a0580 commit 998f5eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/iam-service-accounts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "time_sleep" "wait_for_service_account_cloud_run" {
5252

5353
# Service Account for Cloud Build (Image Creation)
5454
module "service-account-cloud-build-github-runners" {
55-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v53.0.0"
55+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v55.3.0"
5656
project_id = module.project.project_id
5757
name = "cloud-build-github-runners"
5858
display_name = "Cloud Build - Create images (Terraform managed)"

0 commit comments

Comments
 (0)