mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Fixes rubocop violation on indention
Signed-off-by: Franklin Webber <franklin.webber@gmail.com>
This commit is contained in:
parent
2857d07151
commit
23eff3df24
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ class AwsSecurityGroup < Inspec.resource(1)
|
|||
name 'aws_security_group'
|
||||
desc 'Verifies settings for an individual AWS Security Group.'
|
||||
example <<~EXAMPLE
|
||||
describe aws_security_group('sg-12345678') do
|
||||
it { should exist }
|
||||
end
|
||||
describe aws_security_group('sg-12345678') do
|
||||
it { should exist }
|
||||
end
|
||||
EXAMPLE
|
||||
supports platform: 'aws'
|
||||
|
||||
|
|
Loading…
Reference in a new issue