From d4f9412c5602c82bb65c2d6183385e1745800c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:56:30 +0000 Subject: [PATCH] Bump chainguard-dev/common/infra 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.26 - [Release notes](https://github.com/chainguard-dev/terraform-infra-common/releases) - [Commits](https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.18...v0.6.26) --- 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 8e5a422..a6021e9 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.19" + version = "0.6.26" 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.19" + version = "0.6.26" project_id = var.project_id name = var.name diff --git a/modules/app/webhook.tf b/modules/app/webhook.tf index fc69aeb..35733aa 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.18" + version = "0.6.26" 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.18" + version = "0.6.26" project_id = var.project_id name = "${var.name}-webhook"