Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Nov 15, 2024
1 parent 6a8643a commit a6e65a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/resources/organization_client_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Import is supported using the following syntax:

```shell
# This resource can be imported by specifying the
# organization ID and connection ID separated by "::" (note the double colon)
# <organizationID>::<connectionID>
# organization ID and client grant ID separated by "::" (note the double colon)
# <organizationID>::<clientGrantID>
#
# Example:
terraform import auth0_organization_connection.my_org_conn "org_XXXXX::con_XXXXX"
terraform import auth0_organization_client_grant.my_org_client_grant "org_XXXXX::cgr_XXXXX"
```
6 changes: 3 additions & 3 deletions examples/resources/auth0_organization_client_grant/import.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This resource can be imported by specifying the
# organization ID and connection ID separated by "::" (note the double colon)
# <organizationID>::<connectionID>
# organization ID and client grant ID separated by "::" (note the double colon)
# <organizationID>::<clientGrantID>
#
# Example:
terraform import auth0_organization_connection.my_org_conn "org_XXXXX::con_XXXXX"
terraform import auth0_organization_client_grant.my_org_client_grant "org_XXXXX::cgr_XXXXX"

0 comments on commit a6e65a9

Please sign in to comment.