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.
2 parents 22bc72f + 0bf4f4e commit b77ee8dCopy full SHA for b77ee8d
1 file changed
terraform/batch/main.tf
@@ -111,5 +111,5 @@ module "iam_key_rotation" {
111
iam_username = aws_iam_user.user.name
112
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
113
secret_key_secret_arn = aws_secretsmanager_secret.secret_key.arn
114
- rotation_in_days = 90
+ rotation_in_days = 45
115
}
0 commit comments