Skip to content

Commit

Permalink
Bump chainguard-dev/common/infra
Browse files Browse the repository at this point in the history
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.46
- [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases)
- [Commits](chainguard-dev/terraform-infra-common@v0.6.19...v0.6.46)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 11cf87b commit a2bddb9
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.19"
version = "0.6.52"

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.19"
version = "0.6.52"

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.19"
version = "0.6.52"

project_id = var.project_id
name = "github-pull-requests"
Expand Down

0 comments on commit a2bddb9

Please sign in to comment.