We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec0c0a commit 513f49dCopy full SHA for 513f49d
modules/event-folder-log-entry/main.tf
@@ -21,7 +21,7 @@ locals {
21
22
module "log_export" {
23
source = "terraform-google-modules/log-export/google"
24
- version = "~> 7.1"
+ version = "~> 8.0"
25
26
destination_uri = local.destination_uri
27
filter = var.filter
modules/event-project-log-entry/main.tf
0 commit comments