Skip to content

Commit

Permalink
Bump chainguard-dev/common/infra in /iac/bootstrap in the all group
Browse files Browse the repository at this point in the history
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](chainguard-dev/terraform-infra-common@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 52e0696 commit 94d71dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iac/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 94d71dc

Please sign in to comment.