From 8aba073ef83b84bd112f2c5483be186b1451eccc Mon Sep 17 00:00:00 2001 From: ashle001 Date: Thu, 24 Sep 2020 11:36:45 -0400 Subject: [PATCH] fix kms key description --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4381c3d..4c5ba29 100644 --- a/main.tf +++ b/main.tf @@ -169,7 +169,7 @@ resource "aws_s3_bucket_object" "this_objects" { # create a key and alias if not specified #--- resource "aws_kms_key" "key" { - description = "KMS CMK for Cloudtrail and S3 bucket ${local.name}" + description = "KMS CMK for S3 bucket ${local.name}" enable_key_rotation = true #policy = data.aws_iam_policy_document.key.json