inspec/test/integration/default/verify/controls/aws_iam_groups.rb
Sam Cornwell d722827ebd Skeletal aws_iam_groups resource (#208)
Signed-off-by: Sam Cornwell <14048146+samcornwell@users.noreply.github.com>
2018-02-01 13:09:48 -05:00

5 lines
No EOL
103 B
Ruby

control "aws_iam_groups recall" do
describe aws_iam_groups do
it { should exist }
end
end