Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 25, 2024
1 parent 095c781 commit 1934e7c
Show file tree
Hide file tree
Showing 1,178 changed files with 54,601 additions and 12,455 deletions.
1,728 changes: 1,521 additions & 207 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
sourceRevisionDigest: sha256:5bce33c153c29c41158b04ce1c5185a7f0d0b27d2c8646e729dbda6117e4d6f5
sourceBlobDigest: sha256:5cf6fbe08b5b30ea4571bb87a46ae65cdfc8f4fb9fdd51d06c4e8bcd57b90685
tags:
- latest
- main
targets:
terraform-provider-airbyte:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
sourceRevisionDigest: sha256:5bce33c153c29c41158b04ce1c5185a7f0d0b27d2c8646e729dbda6117e4d6f5
sourceBlobDigest: sha256:5cf6fbe08b5b30ea4571bb87a46ae65cdfc8f4fb9fdd51d06c4e8bcd57b90685
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ airbyte-api: Programatically control Airbyte Cloud, OSS & Enterprise.
<!-- Start Table of Contents [toc] -->
## Table of Contents

* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
* [Installation](#installation)
* [Available Resources and Data Sources](#available-resources-and-data-sources)
* [Testing the provider locally](#testing-the-provider-locally)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
Expand All @@ -38,7 +39,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.11.0"
version = "0.13.0"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,14 @@ Based on:
### Generated
- [terraform v0.11.0] .
### Releases
- [Terraform v0.11.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.11.0 - .
- [Terraform v0.11.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.11.0 - .

## 2024-09-25 00:53:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.13.0] .
### Releases
- [Terraform v0.13.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.13.0 - .
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_destination_dev_null Data Source - terraform-provider-airbyte"
page_title: "airbyte_destination_pgvector Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
DestinationDevNull DataSource
DestinationPgvector DataSource
---

# airbyte_destination_dev_null (Data Source)
# airbyte_destination_pgvector (Data Source)

DestinationDevNull DataSource
DestinationPgvector DataSource

## Example Usage

```terraform
data "airbyte_destination_dev_null" "my_destination_devnull" {
data "airbyte_destination_pgvector" "my_destination_pgvector" {
destination_id = "...my_destination_id..."
}
```
Expand Down
35 changes: 35 additions & 0 deletions docs/data-sources/source_7shifts.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_appcues.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_appfigures.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_bitly.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_brevo.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_buildkite.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_buzzsprout.md
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)


35 changes: 35 additions & 0 deletions docs/data-sources/source_canny.md
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)


Loading

0 comments on commit 1934e7c

Please sign in to comment.