Skip to content

Commit

Permalink
build: bump cloudposse/kms-key/aws from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [cloudposse/kms-key/aws](https://github.com/cloudposse/terraform-aws-kms-key) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/cloudposse/terraform-aws-kms-key/releases)
- [Commits](cloudposse/terraform-aws-kms-key@0.12.1...0.12.2)

---
updated-dependencies:
- dependency-name: cloudposse/kms-key/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent e403997 commit 927fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {

module "kms_key" {
source = "cloudposse/kms-key/aws"
version = "0.12.1"
version = "0.12.2"

description = var.kms_key["description"]
deletion_window_in_days = var.kms_key["deletion_window_in_days"]
Expand Down

0 comments on commit 927fcfb

Please sign in to comment.