Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct documentation - terraform import rollbar_user.* is to be done by email address, not user ID #395

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

Rollbar user resource.


Example Usage
-------------

Expand All @@ -27,7 +26,6 @@ The following arguments are supported:
* `email` - (Required) The user's email address
* `team_ids` - (Required) IDs of the teams to which this user belongs


Attribute Reference
-------------------

Expand All @@ -37,12 +35,11 @@ In addition to all arguments above, the following attributes are exported:
* `user_id` - The ID of the user
* `status` - Status of the user. Either `invited` or `subscribed`


Import
------

Users can be imported using the user ID, e.g.
Users can be imported using their user email address, e.g.

```
$ terraform import rollbar_user.foo 238101
$ terraform import rollbar_user.some_dev [email protected]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lined up the example resource name and email address in the example above - clearer to the reader.

```
Loading