add "name" to exported attributes (#12483)

This commit is contained in:
Yusuf 2017-03-07 13:57:15 +00:00 committed by Paul Stack
parent 93b1c2e5e5
commit 7f96b589c1
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ The following attributes are exported:
* `arn` - The Amazon Resource Name (ARN) specifying the role.
* `create_date` - The creation date of the IAM role.
* `unique_id` - The stable and unique string identifying the role.
* `name` - The name of the role.
## Example of Using Data Source for Assume Role Policy