Skip to content

Commit 25ce7b1

Browse files
fix(deps)!: Update Terraform terraform-google-modules/scheduled-function/google to v6
1 parent 24e770b commit 25ce7b1

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 = "~> 4.0"
85+
version = "~> 6.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)