Skip to content

Commit

Permalink
Merge pull request #78 from sigstore/dependabot/terraform/iac/all-02d…
Browse files Browse the repository at this point in the history
…5d82ca3

Bump chainguard-dev/common/infra from 0.6.105 to 0.6.106 in /iac in the all group
  • Loading branch information
cpanato authored Nov 28, 2024
2 parents 8fec152 + f4794c3 commit 6690a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iac/get_oncall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "google_secret_manager_secret_iam_binding" "slack_api_secret_binding" {

module "slack_slash_pg_service" {
source = "chainguard-dev/common/infra//modules/regional-go-service"
version = "0.6.105"
version = "0.6.106"

project_id = var.project_id
name = "${var.name}-slack-slash-pg"
Expand Down
2 changes: 1 addition & 1 deletion iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provider "ko" { repo = "us-docker.pkg.dev/sigstore-support-tooling/${var.project
// Create a network with several regional subnets
module "networking" {
source = "chainguard-dev/common/infra//modules/networking"
version = "0.6.105"
version = "0.6.106"

name = var.name
project_id = var.project_id
Expand Down

0 comments on commit 6690a64

Please sign in to comment.