From c1d9dd380d09a769c6158ec6888b110a9b3342d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:43:50 +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.85 to 0.6.89 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.85...v0.6.89) --- 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 69fb376..571916c 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.85" + version = "0.6.89" 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.85" + version = "0.6.89" 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.85" + version = "0.6.89" project_id = var.project_id name = "github-pull-requests"