From 88e50b9d1952092e0cffbaa5ee17813e56abf0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:18:29 +0000 Subject: [PATCH] Bump chainguard-dev/common/infra Bumps the all group with 1 update in the /iac/bootstrap directory: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common). Updates `chainguard-dev/common/infra` from 0.6.19 to 0.6.25 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.19...v0.6.25) --- updated-dependencies: - dependency-name: chainguard-dev/common/infra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- iac/bootstrap/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iac/bootstrap/main.tf b/iac/bootstrap/main.tf index ecca72a..a65ca8b 100644 --- a/iac/bootstrap/main.tf +++ b/iac/bootstrap/main.tf @@ -20,7 +20,7 @@ locals { module "github-wif" { source = "chainguard-dev/common/infra//modules/github-wif-provider" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-pool" @@ -40,7 +40,7 @@ moved { module "github_identity" { source = "chainguard-dev/common/infra//modules/github-gsa" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-identity" @@ -67,7 +67,7 @@ resource "google_project_iam_member" "github_owner" { module "github_pull_requests" { source = "chainguard-dev/common/infra//modules/github-gsa" - version = "0.6.19" + version = "0.6.25" project_id = var.project_id name = "github-pull-requests"