From 7f96b589c107ede97142d6c89b086207b5a09fd1 Mon Sep 17 00:00:00 2001 From: Yusuf Date: Tue, 7 Mar 2017 13:57:15 +0000 Subject: [PATCH] add "name" to exported attributes (#12483) --- website/source/docs/providers/aws/r/iam_role.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/iam_role.html.markdown b/website/source/docs/providers/aws/r/iam_role.html.markdown index f83613fa1..4064a7351 100644 --- a/website/source/docs/providers/aws/r/iam_role.html.markdown +++ b/website/source/docs/providers/aws/r/iam_role.html.markdown @@ -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