Skip to content

Commit

Permalink
Correct documentation - terraform import rollbar_user.* is to be do…
Browse files Browse the repository at this point in the history
…ne by email address, not user ID
  • Loading branch information
magnetikonline committed Apr 26, 2024
1 parent 7e0eca5 commit 9ba1320
Showing 1 changed file with 2 additions and 5 deletions.
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]
```

0 comments on commit 9ba1320

Please sign in to comment.