Skip to content

Commit 4dfa917

Browse files
chore(master): release 3.4.1 (#208)
1 parent 2d7da45 commit 4dfa917

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.4.1](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v3.4.0...v3.4.1) (2023-01-04)
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
* 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))
17+
1018
## [3.4.0](https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v3.3.0...v3.4.0) (2022-09-12)
1119

1220

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Basic usage of this module is as follows:
2424
```hcl
2525
module "gcs_buckets" {
2626
source = "terraform-google-modules/cloud-storage/google"
27-
version = "~> 2.2"
27+
version = "~> 3.4"
2828
project_id = "<PROJECT ID>"
2929
names = ["first", "second"]
3030
prefix = "my-unique-prefix"

modules/simple_bucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Basic usage of this module is as follows:
1818
```hcl
1919
module "bucket" {
2020
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
21-
version = "~> 1.3"
21+
version = "~> 3.4"
2222
2323
name = "example-bucket"
2424
project_id = "example-project"

modules/simple_bucket/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v3.4.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v3.4.1"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
}
3131

3232
provider_meta "google" {
33-
module_name = "blueprints/terraform/terraform-google-cloud-storage/v3.4.0"
33+
module_name = "blueprints/terraform/terraform-google-cloud-storage/v3.4.1"
3434
}
3535

3636
}

0 commit comments

Comments
 (0)