add "name" to exported attributes (#12483)
This commit is contained in:
parent
93b1c2e5e5
commit
7f96b589c1
|
@ -54,6 +54,7 @@ The following attributes are exported:
|
||||||
* `arn` - The Amazon Resource Name (ARN) specifying the role.
|
* `arn` - The Amazon Resource Name (ARN) specifying the role.
|
||||||
* `create_date` - The creation date of the IAM role.
|
* `create_date` - The creation date of the IAM role.
|
||||||
* `unique_id` - The stable and unique string identifying the 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
|
## Example of Using Data Source for Assume Role Policy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue