Skip to content

Commit d1d64e8

Browse files
authored
fix: update IAM key rotation period from 90 to 45 days (#48)
1 parent c4f1808 commit d1d64e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/lambda/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ module "iam_key_rotation" {
7575
iam_username = aws_iam_user.user.name
7676
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
7777
secret_key_secret_arn = aws_secretsmanager_secret.secret_key.arn
78-
rotation_in_days = 90
78+
rotation_in_days = 45
7979
}

0 commit comments

Comments
 (0)