Skip to content

Commit

Permalink
bumping version for scheduled functions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Nov 1, 2023
1 parent aa635c7 commit d217b2e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/bq-log-alerting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ resource "google_bigquery_dataset" "views_dataset" {
# Scheduled function creation #
#-----------------------------#
module "bq-log-alerting" {
source = "github.com/terraform-google-modules/terraform-google-scheduled-function?ref=a09c449994d714b782ec0c9a7b5c1ea042986714"
# source = "terraform-google-modules/scheduled-function/google"
# version = "~> 2.5"

source = "terraform-google-modules/scheduled-function/google"
version = "~> 3.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 d217b2e

Please sign in to comment.