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 550824b commit a6f3367Copy full SHA for a6f3367
kms.tf
@@ -5,7 +5,7 @@ resource "aws_kms_key" "s3_bucket_frontend" {
5
}
6
7
resource "aws_kms_key" "s3_bucket_frontend_logging" {
8
- description = "This key is used to encrypt bucket objects within ${aws_s3_bucket.frontend.id}"
+ description = "This key is used to encrypt bucket objects within ${aws_s3_bucket.frontend_logging.id}"
9
deletion_window_in_days = 10
10
enable_key_rotation = true
11
0 commit comments