Skip to content

Commit 1e0558a

Browse files
chore(deps): Update Terraform terraform-google-modules/pubsub/google to v8
1 parent ebacb35 commit 1e0558a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/bigquery/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ provider "google" {
2020

2121
module "pubsub" {
2222
source = "terraform-google-modules/pubsub/google"
23-
version = "~> 7.0"
23+
version = "~> 8.0"
2424

2525
project_id = var.project_id
2626
topic = "cft-tf-pubsub-topic-bigquery"

examples/cloud_storage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ provider "google" {
2424

2525
module "pubsub" {
2626
source = "terraform-google-modules/pubsub/google"
27-
version = "~> 7.0"
27+
version = "~> 8.0"
2828

2929
project_id = var.project_id
3030
topic = "cft-tf-pubsub-topic-cloud-storage"

examples/kms/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "google_project_iam_member" "project" {
4949

5050
module "pubsub" {
5151
source = "terraform-google-modules/pubsub/google"
52-
version = "~> 7.0"
52+
version = "~> 8.0"
5353

5454
project_id = var.project_id
5555
topic = var.topic_name

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ provider "google" {
2020

2121
module "pubsub" {
2222
source = "terraform-google-modules/pubsub/google"
23-
version = "~> 7.0"
23+
version = "~> 8.0"
2424

2525
project_id = var.project_id
2626
topic = "cft-tf-pubsub-topic"

examples/subscriptions_only/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "google_pubsub_topic" "example" {
2525
}
2626
module "pubsub" {
2727
source = "terraform-google-modules/pubsub/google"
28-
version = "~> 7.0"
28+
version = "~> 8.0"
2929

3030
project_id = var.project_id
3131
create_topic = false

0 commit comments

Comments
 (0)