File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
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.0.1] ( https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v4.0.0...v4.0.1 ) (2021-06-04)
11+
12+
13+ ### Bug Fixes
14+
15+ * Remove outdated template provider ([ #43 ] ( https://www.github.com/terraform-google-modules/terraform-google-service-accounts/issues/43 ) ) ([ 92cac5b] ( https://www.github.com/terraform-google-modules/terraform-google-service-accounts/commit/92cac5bf7908e2ee8a44d4d86b6e31548c1f60f3 ) )
16+
1017## [ 4.0.0] ( https://www.github.com/terraform-google-modules/terraform-google-service-accounts/compare/v3.0.1...v4.0.0 ) (2021-03-16)
1118
1219
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:key-distributor/v4.0.0 "
28+ module_name = " blueprints/terraform/terraform-google-service-accounts:key-distributor/v4.0.1 "
2929 }
3030
3131}
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.0.0 "
28+ module_name = " blueprints/terraform/terraform-google-service-accounts/v4.0.1 "
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments