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