Skip to content

Commit 7c39c65

Browse files
chore(master): release 2.2.2 (#87)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3d001ab commit 7c39c65

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [2.2.2](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.1...v2.2.2) (2023-04-13)
11+
12+
13+
### Bug Fixes
14+
15+
* updates for tflint and dev-tools 1.11 ([#86](https://github.com/terraform-google-modules/terraform-google-kms/issues/86)) ([ba59dab](https://github.com/terraform-google-modules/terraform-google-kms/commit/ba59dabda03d1375f63ed2b0c224d99c3bd5702b))
16+
1017
## [2.2.1](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.0...v2.2.1) (2022-07-20)
1118

1219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Basic usage of this module is as follows:
2222
```hcl
2323
module "kms" {
2424
source = "terraform-google-modules/kms/google"
25-
version = "~> 1.2"
25+
version = "~> 2.2"
2626
2727
project_id = "<PROJECT ID>"
2828
location = "europe"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-kms/v2.2.1"
28+
module_name = "blueprints/terraform/terraform-google-kms/v2.2.2"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)