Skip to content

Commit

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


Updates `chainguard-dev/common/infra` from 0.6.18 to 0.6.42
- [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases)
- [Commits](chainguard-dev/terraform-infra-common@v0.6.18...v0.6.42)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent dc54358 commit c9125bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module "sts-emits-events" {
for_each = var.regions

source = "chainguard-dev/common/infra//modules/authorize-private-service"
version = "0.6.19"
version = "0.6.52"

project_id = var.project_id
region = each.key
Expand All @@ -71,7 +71,7 @@ module "sts-emits-events" {

module "this" {
source = "chainguard-dev/common/infra//modules/regional-service"
version = "0.6.19"
version = "0.6.52"

project_id = var.project_id
name = var.name
Expand Down
4 changes: 2 additions & 2 deletions modules/app/webhook.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "random_password" "webhook-secret" {

module "webhook-secret" {
source = "chainguard-dev/common/infra//modules/configmap"
version = "0.6.18"
version = "0.6.52"

project_id = var.project_id
name = "${var.name}-webhook-secret"
Expand All @@ -20,7 +20,7 @@ module "webhook-secret" {

module "webhook" {
source = "chainguard-dev/common/infra//modules/regional-service"
version = "0.6.18"
version = "0.6.52"

project_id = var.project_id
name = "${var.name}-webhook"
Expand Down

0 comments on commit c9125bc

Please sign in to comment.