-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/github_actions/actions/setup-go-5…
….0.2
- Loading branch information
Showing
779 changed files
with
46,385 additions
and
15,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
--- | ||
# generated by https://github.com/fbreckle/terraform-plugin-docs | ||
page_title: "polytomic_api_connection Data Source - terraform-provider-polytomic" | ||
subcategory: "Connections" | ||
description: |- | ||
HTTP API Connection | ||
--- | ||
|
||
# polytomic_api_connection (Data Source) | ||
|
||
HTTP API Connection | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "polytomic_api_connection" "api" { | ||
id = "aab123aa-27f3-abc1-9999-abcde123a4aa" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `configuration` (Attributes) (see [below for nested schema](#nestedatt--configuration)) | ||
- `organization` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
|
||
<a id="nestedatt--configuration"></a> | ||
### Nested Schema for `configuration` | ||
|
||
Read-Only: | ||
|
||
- `auth` (Attributes) (see [below for nested schema](#nestedatt--configuration--auth)) | ||
- `body` (String) | ||
- `headers` (String) | ||
- `healthcheck` (String) Path to request when checking the health of this connection. No health check will be performed if left empty. | ||
- `parameters` (String) | ||
- `url` (String) | ||
|
||
<a id="nestedatt--configuration--auth"></a> | ||
### Nested Schema for `configuration.auth` | ||
|
||
Read-Only: | ||
|
||
- `basic` (Attributes) (see [below for nested schema](#nestedatt--configuration--auth--basic)) | ||
- `header` (Attributes) (see [below for nested schema](#nestedatt--configuration--auth--header)) | ||
- `oauth` (Attributes) (see [below for nested schema](#nestedatt--configuration--auth--oauth)) | ||
|
||
<a id="nestedatt--configuration--auth--basic"></a> | ||
### Nested Schema for `configuration.auth.basic` | ||
|
||
Read-Only: | ||
|
||
- `password` (String) | ||
- `username` (String) | ||
|
||
|
||
<a id="nestedatt--configuration--auth--header"></a> | ||
### Nested Schema for `configuration.auth.header` | ||
|
||
Read-Only: | ||
|
||
- `name` (String) | ||
- `value` (String) | ||
|
||
|
||
<a id="nestedatt--configuration--auth--oauth"></a> | ||
### Nested Schema for `configuration.auth.oauth` | ||
|
||
Read-Only: | ||
|
||
- `auth_style` (Number) | ||
- `client_id` (String) | ||
- `client_secret` (String) | ||
- `extra_form_data` (String) | ||
- `scopes` (String) | ||
- `token_endpoint` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
# generated by https://github.com/fbreckle/terraform-plugin-docs | ||
page_title: "polytomic_apollo_connection Data Source - terraform-provider-polytomic" | ||
subcategory: "Connections" | ||
description: |- | ||
Apollo.io Connection | ||
--- | ||
|
||
# polytomic_apollo_connection (Data Source) | ||
|
||
Apollo.io Connection | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "polytomic_apollo_connection" "apollo" { | ||
id = "aab123aa-27f3-abc1-9999-abcde123a4aa" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `configuration` (Attributes) (see [below for nested schema](#nestedatt--configuration)) | ||
- `organization` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
|
||
<a id="nestedatt--configuration"></a> | ||
### Nested Schema for `configuration` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
# generated by https://github.com/fbreckle/terraform-plugin-docs | ||
page_title: "polytomic_appstoreconnect_connection Data Source - terraform-provider-polytomic" | ||
subcategory: "Connections" | ||
description: |- | ||
App Store Connect Connection | ||
--- | ||
|
||
# polytomic_appstoreconnect_connection (Data Source) | ||
|
||
App Store Connect Connection | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "polytomic_appstoreconnect_connection" "appstoreconnect" { | ||
id = "aab123aa-27f3-abc1-9999-abcde123a4aa" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `configuration` (Attributes) (see [below for nested schema](#nestedatt--configuration)) | ||
- `organization` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
|
||
<a id="nestedatt--configuration"></a> | ||
### Nested Schema for `configuration` | ||
|
||
Read-Only: | ||
|
||
- `issuer_id` (String) | ||
- `private_key_id` (String) | ||
- `vendor_number` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
# generated by https://github.com/fbreckle/terraform-plugin-docs | ||
page_title: "polytomic_attio_connection Data Source - terraform-provider-polytomic" | ||
subcategory: "Connections" | ||
description: |- | ||
Attio Connection | ||
--- | ||
|
||
# polytomic_attio_connection (Data Source) | ||
|
||
Attio Connection | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "polytomic_attio_connection" "attio" { | ||
id = "aab123aa-27f3-abc1-9999-abcde123a4aa" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `configuration` (Attributes) (see [below for nested schema](#nestedatt--configuration)) | ||
- `organization` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
|
||
<a id="nestedatt--configuration"></a> | ||
### Nested Schema for `configuration` | ||
|
||
Read-Only: | ||
|
||
- `workspace_name` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
# generated by https://github.com/fbreckle/terraform-plugin-docs | ||
page_title: "polytomic_awsathena_connection Data Source - terraform-provider-polytomic" | ||
subcategory: "Connections" | ||
description: |- | ||
AWS Athena Connection | ||
--- | ||
|
||
# polytomic_awsathena_connection (Data Source) | ||
|
||
AWS Athena Connection | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "polytomic_awsathena_connection" "awsathena" { | ||
id = "aab123aa-27f3-abc1-9999-abcde123a4aa" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `configuration` (Attributes) (see [below for nested schema](#nestedatt--configuration)) | ||
- `organization` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
|
||
<a id="nestedatt--configuration"></a> | ||
### Nested Schema for `configuration` | ||
|
||
Read-Only: | ||
|
||
- `aws_user` (String) | ||
- `outputbucket` (String) A pre-existing bucket (folder optional) that AWS can use to store query results. ex: s3://polytomic-athena-results/customer-dataset | ||
- `region` (String) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.