mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
updating output for aws_iam_role to match other AWS resources (#2960)
Signed-off-by: Nathan Haneysmith <nathan@chef.io>
This commit is contained in:
parent
3355f6823d
commit
1c58202dbc
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ class AwsIamRole < Inspec.resource(1)
|
|||
include AwsSingularResourceMixin
|
||||
attr_reader :description, :role_name
|
||||
|
||||
def to_s
|
||||
"IAM Role #{role_name}"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def validate_params(raw_params)
|
||||
|
|
Loading…
Add table
Reference in a new issue