Skip to content

Commit

Permalink
chore: fix typo in the kms key description
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes committed May 24, 2024
1 parent 03be899 commit 008671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/modules/core/kms.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This KMS key is used to implement SSE-KMS encryption in S3.
git status# This KMS key is used to implement SSE-KMS encryption in S3.
#
# Since January, 2023, AWS applies server-side encryption with Amazon S3 managed keys
# (SSE-S3) as the base level of encryption for every bucket in S3. However, users can
Expand All @@ -7,7 +7,7 @@
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html for further
# details.
resource "aws_kms_key" "s3" {
description = "This key that protects S3 objects tackled by the AWS Glue CI/CD Blueprint"
description = "This key protects S3 objects tackled by the AWS Glue CI/CD Blueprint"
enable_key_rotation = true
}

Expand Down

0 comments on commit 008671a

Please sign in to comment.