File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ provider "google" {
2020
2121module "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"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ provider "google" {
2424
2525module "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"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ resource "google_project_iam_member" "project" {
4949
5050module "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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ provider "google" {
2020
2121module "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"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "google_pubsub_topic" "example" {
2525}
2626module "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
You can’t perform that action at this time.
0 commit comments