diff --git a/docs/resources/group.md b/docs/resources/group.md index 7021491bc..af06539ff 100644 --- a/docs/resources/group.md +++ b/docs/resources/group.md @@ -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 ``` diff --git a/docs/resources/user.md b/docs/resources/user.md index 9abf36258..4c5f6c771 100644 --- a/docs/resources/user.md +++ b/docs/resources/user.md @@ -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 ```