Skip to content

Commit

Permalink
Add connector reference guide metadata header and fix file end (#287)
Browse files Browse the repository at this point in the history
Add connector reference guide metadata header
  • Loading branch information
patrickcping authored Apr 11, 2024
1 parent 2ab4970 commit 3e699da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
28 changes: 7 additions & 21 deletions docs/guides/connector-reference.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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({})
}
}
```

15 changes: 7 additions & 8 deletions templates/guides/connector-reference.md.tmpl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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") }}

0 comments on commit 3e699da

Please sign in to comment.