Skip to content

Commit

Permalink
chore(master): release 2.2.2 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 24, 2023
1 parent 3d001ab commit 7c39c65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.2](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.1...v2.2.2) (2023-04-13)


### Bug Fixes

* 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))

## [2.2.1](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.0...v2.2.1) (2022-07-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Basic usage of this module is as follows:
```hcl
module "kms" {
source = "terraform-google-modules/kms/google"
version = "~> 1.2"
version = "~> 2.2"
project_id = "<PROJECT ID>"
location = "europe"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kms/v2.2.1"
module_name = "blueprints/terraform/terraform-google-kms/v2.2.2"
}

}

0 comments on commit 7c39c65

Please sign in to comment.