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:
Nathan Haneysmith 2018-04-13 14:25:53 -07:00 committed by Jared Quick
parent 3355f6823d
commit 1c58202dbc

View file

@ -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)