mirror of
https://github.com/inspec/inspec
synced 2025-01-11 12:49:08 +00:00
d722827ebd
Signed-off-by: Sam Cornwell <14048146+samcornwell@users.noreply.github.com>
5 lines
No EOL
103 B
Ruby
5 lines
No EOL
103 B
Ruby
control "aws_iam_groups recall" do
|
|
describe aws_iam_groups do
|
|
it { should exist }
|
|
end
|
|
end |