Skip to content

Commit

Permalink
docs: fix import example for azuread_application
Browse files Browse the repository at this point in the history
Closes #1249
  • Loading branch information
manicminer committed Nov 15, 2023
1 parent 06d164e commit d2084e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ 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
terraform import azuread_application_registration.example /applications/00000000-0000-0000-0000-000000000000
```

0 comments on commit d2084e9

Please sign in to comment.