Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/log-export/goog…
Browse files Browse the repository at this point in the history
…le to v9
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 339f44a commit 735cb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/event-folder-log-entry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

module "log_export" {
source = "terraform-google-modules/log-export/google"
version = "~> 8.0"
version = "~> 9.0"

destination_uri = local.destination_uri
filter = var.filter
Expand Down
2 changes: 1 addition & 1 deletion modules/event-project-log-entry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

module "log_export" {
source = "terraform-google-modules/log-export/google"
version = "~> 8.0"
version = "~> 9.0"

destination_uri = local.destination_uri
filter = var.filter
Expand Down

0 comments on commit 735cb21

Please sign in to comment.