Skip to content

Commit

Permalink
Merge pull request #196 from slalombuild/renovate/cloudposse-kms-key-…
Browse files Browse the repository at this point in the history
…aws-0.x

Update Terraform cloudposse/kms-key/aws to v0.12.2
  • Loading branch information
davenicoll authored Apr 9, 2024
2 parents 665a845 + 764ba5c commit 897db24
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 897db24

Please sign in to comment.