From 94d71dcd589a31c2d90b39789fc9309e2850c946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:22:31 +0000 Subject: [PATCH] Bump chainguard-dev/common/infra in /iac/bootstrap in the all group Bumps the all group in /iac/bootstrap with 1 update: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common). Updates `chainguard-dev/common/infra` from 0.6.95 to 0.6.96 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.95...v0.6.96) --- 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 ecb4f0c..b8359fd 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.95" + version = "0.6.96" 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.95" + version = "0.6.96" 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.95" + version = "0.6.96" project_id = var.project_id name = "github-pull-requests"