From 345b4fc1be93f48d854b6ffc3e7177ab31892bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:41:50 +0000 Subject: [PATCH] fix(deps)!: Update Terraform terraform-google-modules/scheduled-function/google to v6 --- 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 02d32b23..fb7ba097 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 = "~> 4.0" + version = "~> 6.0" project_id = var.logging_project job_name = "bq-alerts-event-trigger" job_description = "publish to pubsub to trigger cloud function"