We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Code:
terraform import azuread_group.my_group /groups/00000000-0000-0000-0000-000000000000
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: