diff --git a/modules/app/main.tf b/modules/app/main.tf index 8e5a422..43ac0ad 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.45" 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.45" project_id = var.project_id name = var.name diff --git a/modules/app/webhook.tf b/modules/app/webhook.tf index fc69aeb..fa5f8b3 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.45" 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.45" project_id = var.project_id name = "${var.name}-webhook"