File tree Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 11.1.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v11.0.0...v11.1.0 ) (2025-08-28)
11+
12+
13+ ### Features
14+
15+ * ** deps:** Update Terraform google to v7 ([ #415 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/415 ) ) ([ c6e20af] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/c6e20af4dcfdf3d0bd9cc44b5252900758ea694c ) )
16+ * per module requirements configs to cloud-storage ([ #410 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/410 ) ) ([ f6725eb] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/f6725eb1c3db1a4aa6a1286d9226c4b45a2cf751 ) )
17+
18+
19+ ### Bug Fixes
20+
21+ * added missing validations ([ #414 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/414 ) ) ([ f98a696] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/f98a69659ce9e778aef655e6b60aeeb533d51d13 ) )
22+
1023## [ 11.0.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v10.0.2...v11.0.0 ) (2025-05-30)
1124
1225
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Basic usage of this module is as follows:
2424``` hcl
2525module "gcs_buckets" {
2626 source = "terraform-google-modules/cloud-storage/google"
27- version = "~> 11.0 "
27+ version = "~> 11.1 "
2828 project_id = "<PROJECT ID>"
2929 names = ["first", "second"]
3030 prefix = "my-unique-prefix"
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
2626 sourceType : git
27- version : 11.0 .0
27+ version : 11.1 .0
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 1.3"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Basic usage of this module is as follows:
1818``` hcl
1919module "bucket" {
2020 source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
21- version = "~> 11.0 "
21+ version = "~> 11.1 "
2222
2323 name = "example-bucket"
2424 project_id = "example-project"
Original file line number Diff line number Diff line change 2525 repo : https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
2626 sourceType : git
2727 dir : /modules/simple_bucket
28- version : 11.0 .0
28+ version : 11.1 .0
2929 actuationTool :
3030 flavor : Terraform
3131 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-cloud-storage:simple_bucket/v11.0 .0"
28+ module_name = " blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v11.1 .0"
2929 }
3030
3131}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ terraform {
3030 }
3131
3232 provider_meta "google" {
33- module_name = " blueprints/terraform/terraform-google-cloud-storage/v11.0 .0"
33+ module_name = " blueprints/terraform/terraform-google-cloud-storage/v11.1 .0"
3434 }
3535
3636}
You can’t perform that action at this time.
0 commit comments