-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12 (#142)
Co-authored-by: speakeasybot <[email protected]>
- Loading branch information
1 parent
095c781
commit 1934e7c
Showing
1,178 changed files
with
54,601 additions
and
12,455 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
10 changes: 5 additions & 5 deletions
10
docs/data-sources/destination_dev_null.md → docs/data-sources/destination_pgvector.md
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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_7shifts Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
Source7shifts DataSource | ||
--- | ||
|
||
# airbyte_source_7shifts (Data Source) | ||
|
||
Source7shifts DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_7shifts" "my_source_7shifts" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_appcues Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceAppcues DataSource | ||
--- | ||
|
||
# airbyte_source_appcues (Data Source) | ||
|
||
SourceAppcues DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_appcues" "my_source_appcues" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_appfigures Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceAppfigures DataSource | ||
--- | ||
|
||
# airbyte_source_appfigures (Data Source) | ||
|
||
SourceAppfigures DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_appfigures" "my_source_appfigures" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_bitly Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceBitly DataSource | ||
--- | ||
|
||
# airbyte_source_bitly (Data Source) | ||
|
||
SourceBitly DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_bitly" "my_source_bitly" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_brevo Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceBrevo DataSource | ||
--- | ||
|
||
# airbyte_source_brevo (Data Source) | ||
|
||
SourceBrevo DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_brevo" "my_source_brevo" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_buildkite Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceBuildkite DataSource | ||
--- | ||
|
||
# airbyte_source_buildkite (Data Source) | ||
|
||
SourceBuildkite DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_buildkite" "my_source_buildkite" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_buzzsprout Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceBuzzsprout DataSource | ||
--- | ||
|
||
# airbyte_source_buzzsprout (Data Source) | ||
|
||
SourceBuzzsprout DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_buzzsprout" "my_source_buzzsprout" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (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,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "airbyte_source_canny Data Source - terraform-provider-airbyte" | ||
subcategory: "" | ||
description: |- | ||
SourceCanny DataSource | ||
--- | ||
|
||
# airbyte_source_canny (Data Source) | ||
|
||
SourceCanny DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "airbyte_source_canny" "my_source_canny" { | ||
source_id = "...my_source_id..." | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `source_id` (String) | ||
|
||
### Read-Only | ||
|
||
- `configuration` (String) The values required to configure the source. Parsed as JSON. | ||
- `name` (String) | ||
- `source_type` (String) | ||
- `workspace_id` (String) | ||
|
||
|
Oops, something went wrong.