From 028666422f8e8fa26ef829acb76124654388328d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:11:30 +0000 Subject: [PATCH] chore(deps): update terraform terraform-google-modules/log-export/google to ~> 7.6.0 --- 1-org/modules/centralized-logging/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-org/modules/centralized-logging/main.tf b/1-org/modules/centralized-logging/main.tf index cfd54db963..e4569295e4 100644 --- a/1-org/modules/centralized-logging/main.tf +++ b/1-org/modules/centralized-logging/main.tf @@ -100,7 +100,7 @@ module "log_export" { #-------------------------# module "destination_logbucket" { source = "terraform-google-modules/log-export/google//modules/logbucket" - version = "~> 7.5.0" + version = "~> 7.6.0" count = var.logbucket_options != null ? 1 : 0