Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/scheduled-funct…
Browse files Browse the repository at this point in the history
…ion/google to v4 (#205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent 65768b5 commit 48d9c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bq-log-alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48d9c58

Please sign in to comment.