Skip to content

Commit

Permalink
Update Terraform cloudposse/kms-key/aws to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent fbf91f8 commit 764ba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/kms/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "kms_key" {
source = "cloudposse/kms-key/aws"
version = "0.12.1"
version = "0.12.2"
name = var.name
description = var.description
deletion_window_in_days = var.deletion_window_in_days
Expand Down

0 comments on commit 764ba5c

Please sign in to comment.