mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
c75252ae1c
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
6 lines
No EOL
201 B
Ruby
6 lines
No EOL
201 B
Ruby
control 'AWS IAM Role search for default AWS role' do
|
|
# Every AWS account comes with this one by default
|
|
describe aws_iam_role('AWSServiceRoleForOrganizations') do
|
|
it { should exist }
|
|
end
|
|
end |