Skip to content

Commit

Permalink
Merge pull request #10 from portefaix/renovate/terraform-google-modul…
Browse files Browse the repository at this point in the history
…es-pubsub-google-4.x

Update Terraform terraform-google-modules/pubsub/google to v4
  • Loading branch information
nlamirault authored Nov 4, 2022
2 parents a873438 + 7bd2952 commit 7cda72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/pubsub/modules/pubsub/pubsub.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module "pubsub" {
source = "terraform-google-modules/pubsub/google"
version = "3.2.0"
version = "4.0.1"

project_id = var.project
topic = var.topic
Expand Down

0 comments on commit 7cda72c

Please sign in to comment.