diff --git a/modules/bq-log-alerting/main.tf b/modules/bq-log-alerting/main.tf index 3e2d17b2..bad885d9 100644 --- a/modules/bq-log-alerting/main.tf +++ b/modules/bq-log-alerting/main.tf @@ -82,7 +82,7 @@ resource "google_bigquery_dataset" "views_dataset" { #-----------------------------# module "bq-log-alerting" { source = "terraform-google-modules/scheduled-function/google" - version = "~> 3.0" + version = "~> 4.0" project_id = var.logging_project job_name = "bq-alerts-event-trigger" job_description = "publish to pubsub to trigger cloud function"