From d48a356e42ef0bb19d63ca48038c766d510dfcb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:37:50 +0000 Subject: [PATCH] fix(deps)!: Update Terraform terraform-google-modules/scheduled-function/google to v4 --- modules/bq-log-alerting/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"