Skip to content

Commit

Permalink
Merge pull request #11 from niaid/fix-desc-root-account-mfa-enabled
Browse files Browse the repository at this point in the history
fix description for 'root-account-mfa-enabled'
  • Loading branch information
grothja authored Sep 12, 2022
2 parents 53088bc + cbd423e commit 06ceb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ locals {
}

root-account-mfa-enabled = {
description = "Checks if your AWS account is enabled to use multi-factor authentication (MFA) hardware device to sign in with root credentials. The rule is NON_COMPLIANT if any virtual MFA devices are permitted for signing in with root credentials."
description = "Checks whether the root user of your AWS account requires multi-factor authentication for console sign-in."
severity = "Critical"
}

Expand Down

0 comments on commit 06ceb05

Please sign in to comment.