File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 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
77and this project adheres to
88[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 3.1.0] ( https://github.com/terraform-google-modules/terraform-google-kms/compare/v3.0.0...v3.1.0 ) (2024-09-17)
11+
12+
13+ ### Features
14+
15+ * Introduce autokey feature ([ #151 ] ( https://github.com/terraform-google-modules/terraform-google-kms/issues/151 ) ) ([ f4471fd] ( https://github.com/terraform-google-modules/terraform-google-kms/commit/f4471fd65b36775f10f50f3624f573beadc77b81 ) )
16+
1017## [ 3.0.0] ( https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.3.0...v3.0.0 ) (2024-08-29)
1118
1219
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.0 "
25+ version = "~> 3.1 "
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.0 .0"
40+ module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.1 .0"
4141 }
4242 provider_meta "google-beta" {
43- module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.0 .0"
43+ module_name = " blueprints/terraform/terraform-google-kms:autokey/v3.1 .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.0 .0"
28+ module_name = " blueprints/terraform/terraform-google-kms/v3.1 .0"
2929 }
3030
3131}
You can’t perform that action at this time.
0 commit comments