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

Docs Import Example for application_redirect_uris is incorrect #1236

Closed
KenSpur opened this issue Oct 31, 2023 · 0 comments · Fixed by #1252
Closed

Docs Import Example for application_redirect_uris is incorrect #1236

KenSpur opened this issue Oct 31, 2023 · 0 comments · Fixed by #1252

Comments

@KenSpur
Copy link
Contributor

KenSpur commented Oct 31, 2023

https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_redirect_uris#import

terraform import azuread_application_redirect_uris.example /applications/00000000-0000-0000-0000-000000000000/uriType/Web

should be

terraform import azuread_application_redirect_uris.example /applications/00000000-0000-0000-0000-000000000000/redirectUris/Web

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and AzureAD Provider) Version

Affected Resource(s)

  • azuread_application_redirect_uris
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants