diff --git a/docs/resources/application.md b/docs/resources/application.md index e562b23b83..65c9ae1d46 100644 --- a/docs/resources/application.md +++ b/docs/resources/application.md @@ -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 diff --git a/docs/resources/application_redirect_uris.md b/docs/resources/application_redirect_uris.md index cbb292eca5..2fa5ff9578 100644 --- a/docs/resources/application_redirect_uris.md +++ b/docs/resources/application_redirect_uris.md @@ -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 ```