Skip to content

Commit

Permalink
Update group.md
Browse files Browse the repository at this point in the history
You are required to specify the /groups/ prefix when you want to import a group
  • Loading branch information
shoootyou authored Oct 3, 2024
1 parent 126105c commit 657aa24
Showing 1 changed file with 1 addition and 1 deletion.
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"
```

0 comments on commit 657aa24

Please sign in to comment.