Skip to content

Commit

Permalink
chore(master): release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 8, 2024
1 parent f553b67 commit 9678f28
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.4.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.3.0...v2.4.0) (2024-04-08)


### Features

* Add support for EXTERNAL_VPC ([#137](https://github.com/terraform-google-modules/terraform-google-kms/issues/137)) ([f553b67](https://github.com/terraform-google-modules/terraform-google-kms/commit/f553b67d5e8143200a9368e2dd7cbd7e9f455094))

## [2.3.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.3...v2.3.0) (2024-01-30)


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 = "~> 2.3"
version = "~> 2.4"
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.3.0"
module_name = "blueprints/terraform/terraform-google-kms/v2.4.0"
}

}

0 comments on commit 9678f28

Please sign in to comment.