Skip to content

Commit 631284f

Browse files
Bump service-account-cloud-run-github-runners-manager::cloud-foundation-fabric
Bumps [service-account-cloud-run-github-runners-manager::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 54.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](GoogleCloudPlatform/cloud-foundation-fabric@v53.0.0...v54.0.0) --- updated-dependencies: - dependency-name: service-account-cloud-run-github-runners-manager::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 54.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ae4223 commit 631284f

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
@@ -29,7 +29,7 @@ resource "time_sleep" "wait_for_service_account_compute_vm" {
2929

3030
# Service Account for the Runners Manager (Cloud Run)
3131
module "service-account-cloud-run-github-runners-manager" {
32-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v53.0.0"
32+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/iam-service-account?ref=v54.0.0"
3333
project_id = module.project.project_id
3434
name = "github-runners-manager"
3535
display_name = "Cloud Run - GitHub Actions Runners manager (Terraform managed)"

0 commit comments

Comments
 (0)