Skip to content

Commit

Permalink
Update user.md (#278)
Browse files Browse the repository at this point in the history
* Update user.md

User id isn't available from the UI so you need to call the API to get it.
A simpler way is to use the email as id which save a lot of time

* doc: import groups by email
  • Loading branch information
sylwit authored Jun 8, 2022
1 parent 52e1ea9 commit c939547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ Import is supported using the following syntax:

```shell
terraform import googleworkspace_group.sales 01abcde23fg4h5i
# or with email as id
terraform import googleworkspace_group.sales [email protected]
```
4 changes: 4 additions & 0 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,8 @@ Import is supported using the following syntax:

```shell
terraform import googleworkspace_user.dwight 123456789012345678901
# or with email as id
terraform import googleworkspace_user.dwight [email protected]
```


0 comments on commit c939547

Please sign in to comment.