Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/pubsub/google t…
Browse files Browse the repository at this point in the history
…o v7 (#264)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 02fa343 commit b1931fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "~> 6.0"
version = "~> 7.0"
topic = var.topic_name
project_id = var.project_id
create_topic = var.scheduler_job == null ? true : false
Expand Down

0 comments on commit b1931fe

Please sign in to comment.