From 3e699da06747803eb69b28050a698d30bc3f7994 Mon Sep 17 00:00:00 2001 From: Patrick Cowland <44225864+patrickcping@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:40:32 +0100 Subject: [PATCH] Add connector reference guide metadata header and fix file end (#287) Add connector reference guide metadata header --- docs/guides/connector-reference.md | 28 +++++--------------- templates/guides/connector-reference.md.tmpl | 15 +++++------ 2 files changed, 14 insertions(+), 29 deletions(-) diff --git a/docs/guides/connector-reference.md b/docs/guides/connector-reference.md index 2b865ee8..6a7f0ef6 100644 --- a/docs/guides/connector-reference.md +++ b/docs/guides/connector-reference.md @@ -1,3 +1,10 @@ +--- +layout: "" +page_title: "DaVinci Connection Definitions" +description: |- + The guide provides a full DaVinci connector reference when using the `davinci_connection` Terraform resource. +--- + # DaVinci Connection Definitions Below is a list of all available DaVinci Connections available for use in `davinci_connection` resource. @@ -8454,24 +8461,3 @@ resource "davinci_connection" "connectorTruid" { } ``` -k in the resource as the `name` parameter): - -* `customAuth` (json): Console display name: "Custom Parameters". - - -Example: -```terraform -resource "davinci_connection" "connectorTruid" { - environment_id = var.pingone_environment_id - - connector_id = "connectorTruid" - name = "My awesome connectorTruid" - - property { - name = "customAuth" - type = "json" - value = jsonencode({}) - } -} -``` - diff --git a/templates/guides/connector-reference.md.tmpl b/templates/guides/connector-reference.md.tmpl index df642c78..5f5139da 100644 --- a/templates/guides/connector-reference.md.tmpl +++ b/templates/guides/connector-reference.md.tmpl @@ -1,3 +1,10 @@ +--- +layout: "" +page_title: "DaVinci Connection Definitions" +description: |- + The guide provides a full DaVinci connector reference when using the `davinci_connection` Terraform resource. +--- + # DaVinci Connection Definitions Below is a list of all available DaVinci Connections available for use in `davinci_connection` resource. @@ -2901,11 +2908,3 @@ Properties (used in the `property` block in the resource as the `name` parameter Example: {{ tffile (printf "%s" "examples/connectors/connectorTruid.tf") }} -k in the resource as the `name` parameter): - -* `customAuth` (json): Console display name: "Custom Parameters". - - -Example: -{{ tffile (printf "%s" "examples/connectors/connectorTruid.tf") }} -