Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 5fbae06

Browse files
authored
Merge pull request #471 from KarimDarwish/patch-1
Add Import Documentation for client_grants
2 parents ee821dd + abf6ca1 commit 5fbae06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/resources/client_grant.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ Arguments accepted by this resource include:
4545
* `client_id` - (Required) String. ID of the client for this grant.
4646
* `audience` - (Required) String. Audience or API Identifier for this grant.
4747
* `scope` - (Required) List(String). Permissions (scopes) included in this grant.
48+
49+
## Import
50+
51+
Client grants can be imported using the grant ID (Application -> APIs -> Expand the required API)
52+
53+
```
54+
$ terraform import auth0_client_grant.example cgr_XXXXXXXXXXXXXXXX
55+
```

0 commit comments

Comments
 (0)