From 8f96c6543210a26795435e1111d6f5c4db42b136 Mon Sep 17 00:00:00 2001 From: sugitak Date: Wed, 29 Jan 2025 21:59:27 +0900 Subject: [PATCH] Document fix: add note for connection resource, options schema (#1114) docs: add note for connection resource Co-authored-by: Rajat Bajaj --- 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 -}}