Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.3.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.2.0...v8.3.0) (2025-09-12)


### Features

* **deps:** Update Terraform google to v7 ([#269](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/269)) ([ebacb35](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/ebacb35d6b3d32cc2383d3f60293c1cfe8553298))
* per module requirements configs for pubsub ([#264](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/264)) ([cce55dd](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/cce55dda7a2898a1305623a5de615b56a78d1723))

## [8.2.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v8.1.2...v8.2.0) (2025-04-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a simple usage of the module. Please see also a simple setup provided in
```hcl
module "pubsub" {
source = "terraform-google-modules/pubsub/google"
version = "~> 8.2"
version = "~> 8.3"

topic = "tf-topic"
project_id = "my-pubsub-project"
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-pubsub
sourceType: git
version: 8.2.0
version: 8.3.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-pubsub/v8.2.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v8.3.0"
}

}