File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ The format is based on
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 3.2.0] ( https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.1.0...v3.2.0 ) (2024-10-16)
11+
12+
13+ ### Features
14+
15+ * add autokey plus migration ([ #156 ] ( https://github.com/terraform-google-modules/terraform-google-kms/issues/156 ) ) ([ 661c103] ( https://github.com/terraform-google-modules/terraform-google-kms/commit/661c103ee13bf95e88e36c8b9f047a84d20cb99d ) )
16+
17+
18+ ### Bug Fixes
19+
20+ * Remove non-needed counts on Autokey submodule ([ #158 ] ( https://github.com/terraform-google-modules/terraform-google-kms/issues/158 ) ) ([ c50e2d5] ( https://github.com/terraform-google-modules/terraform-google-kms/commit/c50e2d514851938d328c1da4916249f2dca231b9 ) )
21+
1022## [ 3.1.0] ( https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.0.0...v3.1.0 ) (2024-09-17)
1123
1224
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Basic usage of this module is as follows:
2222``` hcl
2323module "kms" {
2424 source = "terraform-google-modules/kms/google"
25- version = "~> 3.1 "
25+ version = "~> 3.2 "
2626
2727 project_id = "<PROJECT ID>"
2828 location = "europe"
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ terraform {
3737 }
3838
3939 provider_meta "google" {
40- module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.1 .0"
40+ module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.2 .0"
4141 }
4242 provider_meta "google-beta" {
43- module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.1 .0"
43+ module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.2 .0"
4444 }
4545
4646}
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-kms/v3.1 .0"
28+ module_name = " blueprints/terraform/terraform-google-kms/v3.2 .0"
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments