diff --git a/docs/resources/application.md b/docs/resources/application.md index 65c9ae1d4..2337152ee 100644 --- a/docs/resources/application.md +++ b/docs/resources/application.md @@ -333,6 +333,7 @@ In addition to all arguments above, the following attributes are exported: * `app_role_ids` - A mapping of app role values to app role IDs, intended to be useful when referencing app roles in other resources in your configuration. * `client_id` - The Client ID for the application. * `disabled_by_microsoft` - Whether Microsoft has disabled the registered application. If the application is disabled, this will be a string indicating the status/reason, e.g. `DisabledDueToViolationOfServicesAgreement` +* `id` - The Terraform resource ID for the application, for use when referencing this resource in your Terraform configuration. * `logo_url` - CDN URL to the application's logo, as uploaded with the `logo_image` property. * `oauth2_permission_scope_ids` - A mapping of OAuth2.0 permission scope values to scope IDs, intended to be useful when referencing permission scopes in other resources in your configuration. * `object_id` - The application's object ID. diff --git a/docs/resources/application_registration.md b/docs/resources/application_registration.md index 1040f21d4..53bce02d2 100644 --- a/docs/resources/application_registration.md +++ b/docs/resources/application_registration.md @@ -59,7 +59,7 @@ In addition to all arguments above, the following attributes are exported: * `client_id` - The Client ID for the application, which is globally unique. * `disabled_by_microsoft` - Whether Microsoft has disabled the registered application. If the application is disabled, this will be a string indicating the status/reason, e.g. `DisabledDueToViolationOfServicesAgreement` -* `id` - The resource ID for the application, for use when referencing this resource in your Terraform configuration. +* `id` - The Terraform resource ID for the application, for use when referencing this resource in your Terraform configuration. * `object_id` - The object ID of the application within the tenant. * `publisher_domain` - The verified publisher domain for the application.