From f3ff8db82d589513e3ef8f9066a9d8c90aee32bc Mon Sep 17 00:00:00 2001 From: Takehiro Sugita Date: Thu, 9 Jan 2025 21:04:41 +0900 Subject: [PATCH] docs: add note for connection resource --- docs/resources/connection.md | 1 + templates/resources/connection.md.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/connection.md b/docs/resources/connection.md index 00087d775..786eeeaed 100644 --- a/docs/resources/connection.md +++ b/docs/resources/connection.md @@ -11,6 +11,7 @@ With Auth0, you can define sources of users, otherwise known as connections, whi ~> The Auth0 dashboard displays only one connection per social provider. Although the Auth0 Management API allows the creation of multiple connections per strategy, the additional connections may not be visible in the Auth0 dashboard. +~> When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations. ## Example Usage diff --git a/templates/resources/connection.md.tmpl b/templates/resources/connection.md.tmpl index 78e4f5e3e..ea5d3134d 100644 --- a/templates/resources/connection.md.tmpl +++ b/templates/resources/connection.md.tmpl @@ -11,6 +11,7 @@ description: |- ~> The Auth0 dashboard displays only one connection per social provider. Although the Auth0 Management API allows the creation of multiple connections per strategy, the additional connections may not be visible in the Auth0 dashboard. +~> When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations. {{ if .HasExample -}}