Skip to content

Commit

Permalink
docs: fix import example for azuread_application_redirect_uris
Browse files Browse the repository at this point in the history
Closes #1236
  • Loading branch information
manicminer committed Nov 15, 2023
1 parent d2084e9 commit c3ccf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/application_redirect_uris.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ No additional attributes are exported.
Application API Access can be imported using the object ID of the application and the URI type, in the following format.

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

0 comments on commit c3ccf05

Please sign in to comment.