Skip to content

Commit

Permalink
updated key to encrypt secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 18, 2023
1 parent 697cf06 commit 5cd2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_elasticache_subnet_group" "elasticache_subnet" {
resource "aws_secretsmanager_secret" "elasticache_auth" {
name = "app-4-elasticache-auth"
recovery_window_in_days = 0
kms_key_id = aws_kms_key.encryption_rest.id
kms_key_id = aws_kms_key.encryption_secret.id
#checkov:skip=CKV2_AWS_57: Disabled Secrets Manager secrets automatic rotation
}
resource "aws_secretsmanager_secret_version" "auth" {
Expand Down

0 comments on commit 5cd2123

Please sign in to comment.