File tree Expand file tree Collapse file tree 7 files changed +17
-6
lines changed Expand file tree Collapse file tree 7 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ 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
+ ## [ 9.0.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v8.0.3...v9.0.0 ) (2024-12-13)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * remove apphub_service_uri from output of simple_bucket ([ #372 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/372 ) )
16
+
17
+ ### Bug Fixes
18
+
19
+ * remove apphub_service_uri from output of simple_bucket ([ #372 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/372 ) ) ([ 7459e41] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/commit/7459e41091602c41c486681e148b8ca7c4dc15c0 ) )
20
+
10
21
## [ 8.0.3] ( https://github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v8.0.2...v8.0.3 ) (2024-12-01)
11
22
12
23
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Basic usage of this module is as follows:
24
24
``` hcl
25
25
module "gcs_buckets" {
26
26
source = "terraform-google-modules/cloud-storage/google"
27
- version = "~> 8 .0"
27
+ version = "~> 9 .0"
28
28
project_id = "<PROJECT ID>"
29
29
names = ["first", "second"]
30
30
prefix = "my-unique-prefix"
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.3
27
+ version : 9 .0.0
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : " >= 0.13"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Basic usage of this module is as follows:
18
18
``` hcl
19
19
module "bucket" {
20
20
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
21
- version = "~> 8 .0"
21
+ version = "~> 9 .0"
22
22
23
23
name = "example-bucket"
24
24
project_id = "example-project"
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.3
28
+ version : 9 .0.0
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.3 "
28
+ module_name = " blueprints/terraform/terraform-google-cloud-storage:simple_bucket/v9 .0.0 "
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.3 "
33
+ module_name = " blueprints/terraform/terraform-google-cloud-storage/v9 .0.0 "
34
34
}
35
35
36
36
}
You can’t perform that action at this time.
0 commit comments