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