Skip to content

Commit 0d4467c

Browse files
chore(master): release 3.0.0
1 parent 70d2718 commit 0d4467c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

10+
## [3.0.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.3.0...v3.0.0) (2024-04-08)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* Add import flags ([#133](https://github.com/terraform-google-modules/terraform-google-kms/issues/133))
16+
17+
### Features
18+
19+
* Add import flags ([#133](https://github.com/terraform-google-modules/terraform-google-kms/issues/133)) ([70d2718](https://github.com/terraform-google-modules/terraform-google-kms/commit/70d27186756a8fd2860f8107eba511dca5771f8f))
20+
* 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))
21+
1022
## [2.3.0](https://github.com/terraform-google-modules/terraform-google-kms/compare/v2.2.3...v2.3.0) (2024-01-30)
1123

1224

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 = "~> 3.0"
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/v3.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)