mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 23:46:26 -06:00
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.
|
||||
* `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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user