File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
7
7
and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ 11.1.1] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v11.1.0...v11.1.1 ) (2025-09-16)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fixed lone quantitifier error in regex ([ #418 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/418 ) ) ([ 8c73e83] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/8c73e831b49a28ac2a5bd8d33bf536bc8beccc93 ) )
16
+
10
17
## [ 11.1.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v11.0.0...v11.1.0 ) (2025-08-28)
11
18
12
19
Original file line number Diff line number Diff line change 24
24
source :
25
25
repo : https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
26
26
sourceType : git
27
- version : 11.1.0
27
+ version : 11.1.1
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : " >= 1.3"
Original file line number Diff line number Diff line change 25
25
repo : https://github.com/terraform-google-modules/terraform-google-cloud-storage.git
26
26
sourceType : git
27
27
dir : /modules/simple_bucket
28
- version : 11.1.0
28
+ version : 11.1.1
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : " >= 1.3"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v11.1.0 "
28
+ module_name = " blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v11.1.1 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ terraform {
30
30
}
31
31
32
32
provider_meta "google" {
33
- module_name = " blueprints/terraform/terraform-google-cloud-storage/v11.1.0 "
33
+ module_name = " blueprints/terraform/terraform-google-cloud-storage/v11.1.1 "
34
34
}
35
35
36
36
}
You can’t perform that action at this time.
0 commit comments