mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
adding group id to the to_s method. (#170)
Signed-off-by: HackerShark <melsharkawi@mitre.org>
This commit is contained in:
parent
9784520d83
commit
16add67a80
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class AwsEc2SecurityGroup < Inspec.resource(1)
|
|||
attr_reader :description, :group_id, :group_name, :vpc_id
|
||||
|
||||
def to_s
|
||||
'EC2 Security Group'
|
||||
"EC2 Security Group #{@group_id}"
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue