Skip to content

Commit

Permalink
ESD-31822: Update org_conn docs (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Oct 20, 2023
1 parent ae6deda commit 91a7f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/organization_connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: |-

With this resource, you can manage enabled connections on an organization.

!> This resource appends a connection to an organization. In contrast, the `auth0_organization_connection` resource
manages all the connections enabled for an organization. To avoid potential issues, it is recommended not to use this
!> This resource manages all the connections enabled for an organization. In contrast, the `auth0_organization_connection`
resource appends a connection to an organization. To avoid potential issues, it is recommended not to use this
resource in conjunction with the `auth0_organization_connection` resource when managing connections for the same
organization id.

Expand Down
4 changes: 2 additions & 2 deletions templates/resources/organization_connections.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description: |-

{{ .Description | trimspace }}

!> This resource appends a connection to an organization. In contrast, the `auth0_organization_connection` resource
manages all the connections enabled for an organization. To avoid potential issues, it is recommended not to use this
!> This resource manages all the connections enabled for an organization. In contrast, the `auth0_organization_connection`
resource appends a connection to an organization. To avoid potential issues, it is recommended not to use this
resource in conjunction with the `auth0_organization_connection` resource when managing connections for the same
organization id.

Expand Down

0 comments on commit 91a7f77

Please sign in to comment.