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
+ ## [ 8.0.3] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v8.0.2...v8.0.3 ) (2024-12-01)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add output type for internal_kms_configuration ([ #370 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/370 ) ) ([ ddc3ab0] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/ddc3ab0822d4c42de8041ba29d200d55964e0c26 ) )
16
+
10
17
## [ 8.0.2] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v8.0.1...v8.0.2 ) (2024-11-27)
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 : 8.0.2
27
+ version : 8.0.3
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : " >= 0.13"
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 : 8.0.2
28
+ version : 8.0.3
29
29
actuationTool :
30
30
flavor : Terraform
31
31
version : " >= 0.13"
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/v8.0.2 "
28
+ module_name = " blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v8.0.3 "
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/v8.0.2 "
33
+ module_name = " blueprints/terraform/terraform-google-cloud-storage/v8.0.3 "
34
34
}
35
35
36
36
}
You can’t perform that action at this time.
0 commit comments