Skip to content

Commit

Permalink
fix kms key description
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 24, 2020
1 parent 5ab18c2 commit 8aba073
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 @@ -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

Expand Down

0 comments on commit 8aba073

Please sign in to comment.