Skip to content

Commit

Permalink
Merge pull request #85 from sigstore/dependabot/terraform/iac/all-7cf…
Browse files Browse the repository at this point in the history
…380b990
  • Loading branch information
cpanato authored Dec 18, 2024
2 parents 6fcfb8f + 435d5eb commit f993749
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.111"
version = "0.6.112"

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.111"
version = "0.6.112"

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

0 comments on commit f993749

Please sign in to comment.