mirror of
https://github.com/inspec/inspec
synced 2024-12-20 18:13:20 +00:00
e81937413b
Signed-off-by: Sam Cornwell <14048146+samcornwell@users.noreply.github.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
|