Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/kms-key/aws to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 93a9309 commit 052dd55
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 @@ module "sns_kms_key_label" {

module "sns_kms_key" {
source = "cloudposse/kms-key/aws"
version = "0.10.0"
version = "0.12.1"
count = local.create_kms_key ? 1 : 0

name = local.create_kms_key ? module.sns_kms_key_label[0].id : ""
Expand Down

0 comments on commit 052dd55

Please sign in to comment.