Skip to content

Commit

Permalink
build: bump cloudposse/kms-key/aws from 0.12.1 to 0.12.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent e403997 commit 997ef52
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 997ef52

Please sign in to comment.