Skip to content

Commit f3b6fec

Browse files
authored
1 parent 0196f64 commit f3b6fec

File tree

2 files changed

+2
-2
lines changed
  • examples/tfengine/generated/team/project_data
  • templates/tfengine/components/resources/pubsub_topics

2 files changed

+2
-2
lines changed

examples/tfengine/generated/team/project_data/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ module "project_iam_members" {
225225

226226
module "topic" {
227227
source = "terraform-google-modules/pubsub/google"
228-
version = "~> 1.9.0"
228+
version = "~> 3.1.0"
229229

230230
topic = "topic"
231231
project_id = module.project.project_id

templates/tfengine/components/resources/pubsub_topics/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License. */ -}}
1515
{{range .pubsub_topics}}
1616
module "{{resourceName . "name"}}" {
1717
source = "terraform-google-modules/pubsub/google"
18-
version = "~> 1.9.0"
18+
version = "~> 3.1.0"
1919

2020
topic = "{{.name}}"
2121
project_id = module.project.project_id

0 commit comments

Comments
 (0)