Skip to content

Commit

Permalink
Merge pull request #1252 from hashicorp/docs/application-import
Browse files Browse the repository at this point in the history
docs: fix import examples for `azuread_application` and `azuread_application_redirect_uris`
  • Loading branch information
manicminer authored Nov 16, 2023
2 parents 06d164e + 7ffba94 commit 4a89f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ In addition to all arguments above, the following attributes are exported:

## Import

Applications can be imported using their object ID, in the following format.
Applications can be imported using the object ID of the application, in the following format.

```shell
terraform import azuread_application.example /applications/00000000-0000-0000-0000-000000000000
Expand Down
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 4a89f69

Please sign in to comment.