We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f1808 commit d1d64e8Copy full SHA for d1d64e8
1 file changed
terraform/lambda/iam.tf
@@ -75,5 +75,5 @@ module "iam_key_rotation" {
75
iam_username = aws_iam_user.user.name
76
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
77
secret_key_secret_arn = aws_secretsmanager_secret.secret_key.arn
78
- rotation_in_days = 90
+ rotation_in_days = 45
79
}
0 commit comments