File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 8.4.0] ( https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.2...v8.4.0 ) (2026-01-07)
11+
12+
13+ ### Features
14+
15+ * ** pub_sub:** Add compute_instance module to metadata.yaml ([ #283 ] ( https://github.com/terraform-google-modules/terraform-google-pubsub/issues/283 ) ) ([ facd5a1] ( https://github.com/terraform-google-modules/terraform-google-pubsub/commit/facd5a1407282fb413d63c1cbca65161a1953157 ) )
16+
1017## [ 8.3.2] ( https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.3.1...v8.3.2 ) (2025-09-30)
1118
1219
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This is a simple usage of the module. Please see also a simple setup provided in
1616``` hcl
1717module "pubsub" {
1818 source = "terraform-google-modules/pubsub/google"
19- version = "~> 8.3 "
19+ version = "~> 8.4 "
2020
2121 topic = "tf-topic"
2222 project_id = "my-pubsub-project"
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/terraform-google-modules/terraform-google-pubsub
2626 sourceType : git
27- version : 8.3.2
27+ version : 8.4.0
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 1.3"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
2525 }
2626
2727 provider_meta "google" {
28- module_name = " blueprints/terraform/terraform-google-pubsub/v8.3.2 "
28+ module_name = " blueprints/terraform/terraform-google-pubsub/v8.4.0 "
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments