mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
|
control "aws_vpcs recall" do
|
||
|
describe aws_vpcs do
|
||
|
it { should exist }
|
||
|
end
|
||
|
end
|