We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2946f10 commit 6984358Copy full SHA for 6984358
1 file changed
terraform/main.tf
@@ -192,5 +192,5 @@ module "iam_key_rotation" {
192
iam_username = aws_iam_user.user.name
193
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
194
secret_key_secret_arn = aws_secretsmanager_secret.secret_key.arn
195
- rotation_in_days = 90
+ rotation_in_days = 45
196
}
0 commit comments