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.106 to 0.6.107
- [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases)
- [Commits](chainguard-dev/terraform-infra-common@v0.6.106...v0.6.107)

---
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 9, 2024
1 parent 6690a64 commit c6469ee
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.106"
version = "0.6.107"

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.106"
version = "0.6.107"

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

0 comments on commit c6469ee

Please sign in to comment.