Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connector reference guide metadata header and fix file end #287

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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") }}