Skip to content

Commit

Permalink
chore: fix typo in the KMS key description (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes authored May 24, 2024
1 parent 03be899 commit 806cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/core/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 806cf3c

Please sign in to comment.