Skip to content

Commit

Permalink
fix!: updates pubsub module to v6 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik authored Nov 1, 2023
1 parent 667c4b8 commit 0b3ea07
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 = "~> 5.0"
version = "~> 6.0"
topic = var.topic_name
project_id = var.project_id
create_topic = var.scheduler_job == null ? true : false
Expand Down

0 comments on commit 0b3ea07

Please sign in to comment.