diff --git a/1-org/modules/centralized-logging/main.tf b/1-org/modules/centralized-logging/main.tf index 95bafd5b6..cfd54db96 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.4.2" + version = "~> 7.5.0" count = var.logbucket_options != null ? 1 : 0