Skip to content

Commit a6f3367

Browse files
committed
Fix S3 frontend logging KMS key description
1 parent 550824b commit a6f3367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "aws_kms_key" "s3_bucket_frontend" {
55
}
66

77
resource "aws_kms_key" "s3_bucket_frontend_logging" {
8-
description = "This key is used to encrypt bucket objects within ${aws_s3_bucket.frontend.id}"
8+
description = "This key is used to encrypt bucket objects within ${aws_s3_bucket.frontend_logging.id}"
99
deletion_window_in_days = 10
1010
enable_key_rotation = true
1111
}

0 commit comments

Comments
 (0)