Skip to content

Commit

Permalink
Update documentation for #3198
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Feb 27, 2018
1 parent 41aa985 commit 7a3a64b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/docs/r/iam_user_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ The following arguments are supported:

## Attributes Reference

This resource has no attributes.
* `id` - The user policy ID, in the form of `user_name:user_policy_name`.
* `name` - The name of the policy (always set).

## Import

IAM User Policies can be imported using the `user_name:user_policy_name`, e.g.

```
$ terraform import aws_iam_user_policy.mypolicy user_of_mypolicy_name:mypolicy_name
```

0 comments on commit 7a3a64b

Please sign in to comment.