inspec/test/integration/aws/default/verify/controls/aws_vpcs.rb

6 lines
92 B
Ruby
Raw Normal View History

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