Skip to content

Commit

Permalink
Update import documentation for user and group
Browse files Browse the repository at this point in the history
Update the import statements for the user and group resources to the
format required since v3.

Relates #1508
  • Loading branch information
HorizonNet committed Oct 5, 2024
1 parent f12931f commit 96cdb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Groups can be imported using their object ID, e.g.

```shell
terraform import azuread_group.my_group 00000000-0000-0000-0000-000000000000
terraform import azuread_group.my_group /groups/00000000-0000-0000-0000-000000000000
```
2 changes: 1 addition & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Users can be imported using their object ID, e.g.

```shell
terraform import azuread_user.my_user 00000000-0000-0000-0000-000000000000
terraform import azuread_user.my_user /users/00000000-0000-0000-0000-000000000000
```

0 comments on commit 96cdb16

Please sign in to comment.