Skip to content

Commit 06ceb05

Browse files
author
grothja
authored
Merge pull request #11 from niaid/fix-desc-root-account-mfa-enabled
fix description for 'root-account-mfa-enabled'
2 parents 53088bc + cbd423e commit 06ceb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ locals {
14421442
}
14431443

14441444
root-account-mfa-enabled = {
1445-
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."
1445+
description = "Checks whether the root user of your AWS account requires multi-factor authentication for console sign-in."
14461446
severity = "Critical"
14471447
}
14481448

0 commit comments

Comments
 (0)