Skip to content

Commit 997ef52

Browse files
build: bump cloudposse/kms-key/aws from 0.12.1 to 0.12.2 (#10)
1 parent e403997 commit 997ef52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locals {
1111

1212
module "kms_key" {
1313
source = "cloudposse/kms-key/aws"
14-
version = "0.12.1"
14+
version = "0.12.2"
1515

1616
description = var.kms_key["description"]
1717
deletion_window_in_days = var.kms_key["deletion_window_in_days"]

0 commit comments

Comments
 (0)