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 v6 (#237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 24e770b commit e94ae41
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 = "~> 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"
Expand Down

0 comments on commit e94ae41

Please sign in to comment.