mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40: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'
|
name 'aws_security_group'
|
||||||
desc 'Verifies settings for an individual AWS Security Group.'
|
desc 'Verifies settings for an individual AWS Security Group.'
|
||||||
example <<~EXAMPLE
|
example <<~EXAMPLE
|
||||||
describe aws_security_group('sg-12345678') do
|
describe aws_security_group('sg-12345678') do
|
||||||
it { should exist }
|
it { should exist }
|
||||||
end
|
end
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
supports platform: 'aws'
|
supports platform: 'aws'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue