Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/log-export/goo…
Browse files Browse the repository at this point in the history
…gle to ~> 7.5.0 (#960)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2023
1 parent e608904 commit 36d6cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-org/modules/centralized-logging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 36d6cb8

Please sign in to comment.