mirror of
https://github.com/inspec/inspec
synced 2024-12-03 18:09:32 +00:00
d356cfc6dc
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
5 lines
92 B
Ruby
5 lines
92 B
Ruby
control "aws_vpcs recall" do
|
|
describe aws_vpcs do
|
|
it { should exist }
|
|
end
|
|
end
|