mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Change its to it in aws root user docs (#2927)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
cdccad1de4
commit
9dee334706
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ To test properties of a specific AWS user use the `aws_iam_user` resource.
|
|||
|
||||
## Syntax
|
||||
|
||||
An `aws_iam_root_user` resource block requires no parameters but has several matchers
|
||||
An `aws_iam_root_user` resource block requires no parameters but has several matchers.
|
||||
|
||||
describe aws_iam_root_user do
|
||||
its { should have_mfa_enabled }
|
||||
it { should have_mfa_enabled }
|
||||
end
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue