Skip to content

Commit 48d9c58

Browse files
fix(deps)!: Update Terraform terraform-google-modules/scheduled-function/google to v4 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65768b5 commit 48d9c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎modules/bq-log-alerting/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "google_bigquery_dataset" "views_dataset" {
8282
#-----------------------------#
8383
module "bq-log-alerting" {
8484
source = "terraform-google-modules/scheduled-function/google"
85-
version = "~> 3.0"
85+
version = "~> 4.0"
8686
project_id = var.logging_project
8787
job_name = "bq-alerts-event-trigger"
8888
job_description = "publish to pubsub to trigger cloud function"

0 commit comments

Comments
 (0)