From cbf7a470e40796f60df92977506370e194de04cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:47:29 +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.96 to 0.6.97 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.96...v0.6.97) --- 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 25e3071..ea1552e 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.96" + version = "0.6.97" 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.96" + version = "0.6.97" project_id = var.project_id name = var.name diff --git a/modules/app/webhook.tf b/modules/app/webhook.tf index 451ac5a..284da03 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.96" + version = "0.6.97" 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.96" + version = "0.6.97" project_id = var.project_id name = "${var.name}-webhook"