Skip to content

Commit 9678f28

Browse files
chore(master): release 2.4.0
1 parent f553b67 commit 9678f28

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.4.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.3.0...v2.4.0) (2024-04-08)
11+
12+
13+
### Features
14+
15+
* 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))
16+
1017
## [2.3.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.3...v2.3.0) (2024-01-30)
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 = "~> 2.3"
25+
version = "~> 2.4"
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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-kms/v2.4.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)