From 90100879e72d02b2d4b0b08f99b47c0c1d25226b Mon Sep 17 00:00:00 2001 From: Lloyd Philbrook Date: Thu, 23 Mar 2017 02:43:24 -0500 Subject: [PATCH] Add name to doc attributes reference (#12970) This seems to be missing from the list of attributes you can reference. --- website/source/docs/providers/aws/r/iam_user.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/iam_user.html.markdown b/website/source/docs/providers/aws/r/iam_user.html.markdown index b054002a2..4a7bd77db 100644 --- a/website/source/docs/providers/aws/r/iam_user.html.markdown +++ b/website/source/docs/providers/aws/r/iam_user.html.markdown @@ -57,8 +57,9 @@ The following arguments are supported: The following attributes are exported: -* `unique_id` - The [unique ID][1] assigned by AWS. * `arn` - The ARN assigned by AWS for this user. +* `name` - The user's name. +* `unique_id` - The [unique ID][1] assigned by AWS. [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html#GUIDs