File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 4.5.3] ( https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.2...v4.5.3 ) (2025-03-27)
11+
12+
13+ ### Bug Fixes
14+
15+ * Fix typo in objct admin role ([ #158 ] ( https://github.com/terraform-google-modules/terraform-google-service-accounts/issues/158 ) ) ([ 3e867ef] ( https://github.com/terraform-google-modules/terraform-google-service-accounts/commit/3e867ef7fcbc69ea9440e1897e1e52ad802f8c17 ) )
16+
1017## [ 4.5.2] ( https://github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.5.1...v4.5.2 ) (2025-03-26)
1118
1219
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626 sourceType : git
27- version : 4.5.2
27+ version : 4.5.3
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 0.13"
Original file line number Diff line number Diff line change 2525 repo : https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626 sourceType : git
2727 dir : /modules/key-distributor
28- version : 4.5.2
28+ version : 4.5.3
2929 actuationTool :
3030 flavor : Terraform
3131 version : " >= 0.13"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ terraform {
3333 }
3434
3535 provider_meta "google" {
36- module_name = " blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.5.2 "
36+ module_name = " blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.5.3 "
3737 }
3838
3939}
Original file line number Diff line number Diff line change 2525 repo : https://github.com/terraform-google-modules/terraform-google-service-accounts.git
2626 sourceType : git
2727 dir : /modules/simple-sa
28- version : 4.5.2
28+ version : 4.5.3
2929 actuationTool :
3030 flavor : Terraform
3131 version : " >= 0.13.0"
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ terraform {
2525 }
2626
2727 provider_meta "google" {
28- module_name = " blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.5.2 "
28+ module_name = " blueprints/terraform/terraform-google-service-accounts:simple-sa/v4.5.3 "
2929 }
3030}
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-service-accounts/v4.5.2 "
28+ module_name = " blueprints/terraform/terraform-google-service-accounts/v4.5.3 "
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments