Skip to content

Commit b1931fe

Browse files
fix(deps)!: Update Terraform terraform-google-modules/pubsub/google to v7 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02fa343 commit b1931fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "google_cloud_scheduler_job" "job" {
4040

4141
module "pubsub_topic" {
4242
source = "terraform-google-modules/pubsub/google"
43-
version = "~> 6.0"
43+
version = "~> 7.0"
4444
topic = var.topic_name
4545
project_id = var.project_id
4646
create_topic = var.scheduler_job == null ? true : false

0 commit comments

Comments
 (0)