Skip to content

Commit b1c69be

Browse files
authored
Update description of KMS key to include the bucket name (#9)
1 parent adf5a9c commit b1c69be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "this" {
8282
}
8383

8484
resource "aws_kms_key" "this" {
85-
description = "KMS key for S3"
85+
description = "KMS key for ${aws_s3_bucket.this.bucket}"
8686
enable_key_rotation = var.aws_kms_key_enable_key_rotation
8787
multi_region = var.aws_kms_key_multi_region
8888

0 commit comments

Comments
 (0)