We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5a9c commit b1c69beCopy full SHA for b1c69be
main.tf
@@ -82,7 +82,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "this" {
82
}
83
84
resource "aws_kms_key" "this" {
85
- description = "KMS key for S3"
+ description = "KMS key for ${aws_s3_bucket.this.bucket}"
86
enable_key_rotation = var.aws_kms_key_enable_key_rotation
87
multi_region = var.aws_kms_key_multi_region
88
0 commit comments