Open richmoore opened 1 month ago
Hi there,
The documentation in the code already shows an updated version of the terraform import with the prefix /groups/.
The registry documentation on the terraform website is just out of date. This will be updated shortly and does not require a PR.
terraform import azuread_group.my_group /groups/00000000-0000-0000-0000-000000000000
The docs say:
terraform import azuread_group.my_group 00000000-0000-0000-0000-000000000000
should be:
terraform import azuread_group.my_group /group/00000000-0000-0000-0000-000000000000