mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
Remove unneeded require statement
Signed-off-by: Miles Tjandrawidjaja <miles@tjandrawidjaja.com>
This commit is contained in:
parent
5581762c64
commit
323a0e8064
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
require 'aws_conn'
|
||||
|
||||
class Ec2 < Inspec.resource(1)
|
||||
name 'aws_ec2'
|
||||
desc 'Verifies settings for an EC2 instance'
|
||||
|
|
Loading…
Reference in a new issue