There was an error while loading. Please reload this page.
1 parent 65768b5 commit 48d9c58Copy full SHA for 48d9c58
modules/bq-log-alerting/main.tf
@@ -82,7 +82,7 @@ resource "google_bigquery_dataset" "views_dataset" {
82
#-----------------------------#
83
module "bq-log-alerting" {
84
source = "terraform-google-modules/scheduled-function/google"
85
- version = "~> 3.0"
+ version = "~> 4.0"
86
project_id = var.logging_project
87
job_name = "bq-alerts-event-trigger"
88
job_description = "publish to pubsub to trigger cloud function"
0 commit comments