Skip to content

Commit

Permalink
Merge pull request #68 from sigstore/dependabot/terraform/iac/all-dec…
Browse files Browse the repository at this point in the history
…c159f7b

Bump chainguard-dev/common/infra from 0.6.94 to 0.6.95 in /iac in the all group
  • Loading branch information
cpanato authored Nov 6, 2024
2 parents 87192e7 + ca9f740 commit 9e47ffd
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.94"
version = "0.6.95"

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.94"
version = "0.6.95"

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

0 comments on commit 9e47ffd

Please sign in to comment.