Skip to content

Commit

Permalink
fix(deps)!: Update TF modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent e5f8d2f commit c14caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "google_cloud_scheduler_job" "job" {

module "pubsub_topic" {
source = "terraform-google-modules/pubsub/google"
version = "~> 1.0"
version = "~> 5.0"
topic = var.topic_name
project_id = var.project_id
create_topic = var.scheduler_job == null ? true : false
Expand All @@ -59,7 +59,7 @@ resource "random_id" "suffix" {

module "main" {
source = "terraform-google-modules/event-function/google"
version = "~> 2.5"
version = "~> 3.0"

entry_point = var.function_entry_point
event_trigger = {
Expand Down

0 comments on commit c14caba

Please sign in to comment.