Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clouddrove/terraform-aws-kms into…
Browse files Browse the repository at this point in the history
… 0.15
  • Loading branch information
yadavprakash committed Jun 16, 2021
2 parents cd3f529 + fec6852 commit 2e8625a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p align="center">

<a href="https://www.terraform.io">
<img src="https://img.shields.io/badge/Terraform-v0.14-green" alt="Terraform">
<img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
Expand Down Expand Up @@ -73,7 +73,7 @@ Here is an example of how you can use this module in your inventory structure:
```hcl
module "kms_key" {
source = "clouddrove/kms/aws"
version = "0.14.0"
version = "0.15.0"
name = "kms"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit 2e8625a

Please sign in to comment.