Skip to content

Commit fb1ff96

Browse files
committed
Revert "bump log_export version"
This reverts commit 2f19f84.
1 parent 2f19f84 commit fb1ff96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/event-folder-log-entry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121

2222
module "log_export" {
2323
source = "terraform-google-modules/log-export/google"
24-
version = "~> 10.0"
24+
version = "~> 8.0"
2525

2626
destination_uri = local.destination_uri
2727
filter = var.filter

modules/event-project-log-entry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121

2222
module "log_export" {
2323
source = "terraform-google-modules/log-export/google"
24-
version = "~> 10.0"
24+
version = "~> 8.0"
2525

2626
destination_uri = local.destination_uri
2727
filter = var.filter

0 commit comments

Comments
 (0)