From 43af22e16375d97dd33c9c0841af978b22e9f882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:12:57 +0000 Subject: [PATCH] Bump chainguard-dev/common/infra in /modules/app in the all group Bumps the all group in /modules/app with 1 update: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common). Updates `chainguard-dev/common/infra` from 0.6.74 to 0.6.75 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.74...v0.6.75) --- 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] --- modules/app/main.tf | 4 ++-- modules/app/webhook.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/app/main.tf b/modules/app/main.tf index 577852e..042cc1d 100644 --- a/modules/app/main.tf +++ b/modules/app/main.tf @@ -60,7 +60,7 @@ module "sts-emits-events" { for_each = var.regions source = "chainguard-dev/common/infra//modules/authorize-private-service" - version = "0.6.74" + version = "0.6.75" project_id = var.project_id region = each.key @@ -71,7 +71,7 @@ module "sts-emits-events" { module "this" { source = "chainguard-dev/common/infra//modules/regional-service" - version = "0.6.74" + version = "0.6.75" project_id = var.project_id name = var.name diff --git a/modules/app/webhook.tf b/modules/app/webhook.tf index 95ce6f1..2c7f944 100644 --- a/modules/app/webhook.tf +++ b/modules/app/webhook.tf @@ -7,7 +7,7 @@ resource "random_password" "webhook-secret" { module "webhook-secret" { source = "chainguard-dev/common/infra//modules/configmap" - version = "0.6.74" + version = "0.6.75" project_id = var.project_id name = "${var.name}-webhook-secret" @@ -20,7 +20,7 @@ module "webhook-secret" { module "webhook" { source = "chainguard-dev/common/infra//modules/regional-service" - version = "0.6.74" + version = "0.6.75" project_id = var.project_id name = "${var.name}-webhook"