Skip to content

Commit

Permalink
Bump chainguard-dev/common/infra in /iac in the all group
Browse files Browse the repository at this point in the history
Bumps the all group in /iac with 1 update: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common).


Updates `chainguard-dev/common/infra` from 0.6.110 to 0.6.111
- [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases)
- [Commits](chainguard-dev/terraform-infra-common@v0.6.110...v0.6.111)

---
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 Dec 17, 2024
1 parent 37b4c7a commit c3b68a2
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.110"
version = "0.6.111"

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.110"
version = "0.6.111"

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

0 comments on commit c3b68a2

Please sign in to comment.