Change its to it in aws root user docs (#2927)

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2018-04-09 13:40:11 -04:00 committed by Jared Quick
parent cdccad1de4
commit 9dee334706

View file

@ -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>