Skip to content

Commit

Permalink
chore: update terraform checks description (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmei authored May 29, 2024
1 parent e788cd8 commit 524fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ check "check_iam_key_age_vault_secretsync" {
condition = (
timecmp(coalesce(aws_iam_access_key.vault_secretsync.create_date, local.age_in_days), local.age_in_days) > 0
)
error_message = format("The IAM key for metrics user %s is older than 90 days. Please rotate the key.",
error_message = format("The IAM key for metrics user %s is older than 30 days. Please rotate the key.",
module.iam_user_secretsync.iam_user_name)
}
}

0 comments on commit 524fab5

Please sign in to comment.