inspec/test/integration/default/verify/controls/aws_vpcs.rb
Sam Cornwell e81937413b skeletal aws_vpcs (#182)
Signed-off-by: Sam Cornwell <14048146+samcornwell@users.noreply.github.com>
2018-01-18 10:51:06 -05:00

5 lines
92 B
Ruby

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