Skip to content

Commit

Permalink
chore(deps): update tf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent f71d7db commit 7b1ab57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "1.5.1"
version = "2.5.0"
project_id = var.logging_project
job_name = "bq-alerts-event-trigger"
job_description = "publish to pubsub to trigger cloud function"
Expand Down
4 changes: 2 additions & 2 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.0"
version = "~> 14.0"

name = "ci-log-export"
random_project_id = true
Expand All @@ -43,7 +43,7 @@ module "project" {

module "project_destination_logbkt" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.0"
version = "~> 14.0"

name = "ci-destination-logbkt"
random_project_id = true
Expand Down

0 comments on commit 7b1ab57

Please sign in to comment.