Skip to content

Commit 6984358

Browse files
committed
fix: update IAM key rotation period from 90 to 45 days
1 parent 2946f10 commit 6984358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ module "iam_key_rotation" {
192192
iam_username = aws_iam_user.user.name
193193
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
194194
secret_key_secret_arn = aws_secretsmanager_secret.secret_key.arn
195-
rotation_in_days = 90
195+
rotation_in_days = 45
196196
}

0 commit comments

Comments
 (0)