Skip to content

Commit

Permalink
chore(master): release 3.4.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 4, 2023
1 parent 2d7da45 commit 4dfa917
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
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).

## [3.4.1](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v3.4.0...v3.4.1) (2023-01-04)


### Bug Fixes

* fixes lint issues and generates metadata ([#207](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/207)) ([f038511](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/f038511fc58371f51255cc8921d31b0da82094f5))
* relax random provider version ([#212](https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/212)) ([2d7da45](https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/2d7da4521ea639977d177f6fd5f4f51444a09543))

## [3.4.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v3.3.0...v3.4.0) (2022-09-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Basic usage of this module is as follows:
```hcl
module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 2.2"
version = "~> 3.4"
project_id = "<PROJECT ID>"
names = ["first", "second"]
prefix = "my-unique-prefix"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple_bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Basic usage of this module is as follows:
```hcl
module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 1.3"
version = "~> 3.4"
name = "example-bucket"
project_id = "example-project"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple_bucket/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-cloud-storage:simple_bucket/v3.4.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v3.4.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-storage/v3.4.0"
module_name = "blueprints/terraform/terraform-google-cloud-storage/v3.4.1"
}

}

0 comments on commit 4dfa917

Please sign in to comment.