Skip to content

Commit

Permalink
kms_key: add multi_region
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 15, 2022
1 parent b6072ff commit 9f5962d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ This works with the Terraform AWS provider 3.x.
- kms_key
- wrap aws_kms_key resouce in try()

* 2.4.6 -- 2022-03-25
- add links to common/versions.tf

* 2.4.7 -- 2022-06-01
- add bucket_domain_name and bucket_regional_domain_name to outputs.s3.tf

* 2.5.0 -- 2022-07-15
- kms_key
- add variable multi_region

## Version 3.x

This works with the Terraform AWS provider 4.x, released 2022-02.
Expand Down Expand Up @@ -123,3 +133,8 @@ This works with the Terraform AWS provider 4.x, released 2022-02.
* 3.2.2 -- 2022-06-01
- (from 2.4.7)
- add bucket_domain_name and bucket_regional_domain_name to outputs.s3.tf

* 3.3.0 -- 2022-07-15
- kms_key
- add variable multi_region

2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "3.2.2"
_module_version = "3.3.0"
}

0 comments on commit 9f5962d

Please sign in to comment.