Skip to content
New issue

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

Import syntax for groups is wrong in docs #1527

Open
richmoore opened this issue Oct 13, 2024 · 1 comment
Open

Import syntax for groups is wrong in docs #1527

richmoore opened this issue Oct 13, 2024 · 1 comment

Comments

@richmoore
Copy link

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

@Threpio
Copy link
Contributor

Threpio commented Oct 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants