mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
5 lines
103 B
Ruby
5 lines
103 B
Ruby
|
control "aws_iam_groups recall" do
|
||
|
describe aws_iam_groups do
|
||
|
it { should exist }
|
||
|
end
|
||
|
end
|