terraform-provider-airbyte icon indicating copy to clipboard operation
terraform-provider-airbyte copied to clipboard

Terraform Provider for Airbyte API

Results 65 terraform-provider-airbyte issues
Sort by recently updated
recently updated
newest added

Provisioning new sources or destinations works fine, but when I need to edit them (e.g. renaming a source) some fields are erased from its `configuration` object, causing the resource to...

Is it possible to have a cron expression with a time zone other than UTC? ``` schedule = { schedule_type = "cron" cron_expression = "0 20 0 * * ?...

Hi, Terraform version: v1.5.5 airbyte provider version: v0.3.2 I'm trying this provider and I have the following configuration in my terraform project: When applying this code, I get the following...

I was trying to setup a source using the [airbyte_source_google_analytics_data_api](https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/source_google_search_console), but it doesn't work with Airbyte on version **0.50.30**. It returns me the following error: ```json { "type": "https://reference.airbyte.com/reference/errors#unprocessable-entity", "title":...

Hi, It would be perfect to have custom headers' support in airbyte terraform provider. The headers should be yielded to the `server_url` when doing requests. This would help terraforming protected...

Hello there. Have a question regarding terraform import support, any plans to add this feature? I believe it can be very useful after you folks added terraform support for OSS.

Hi all, we created a survey so we can gather additional feedback on pain points in order to build up our roadmap around the terraform provider. Please fill out the...

I have created a Salesforce source connector that applies properly in Terraform but once you go to use this connector, it fails to generate a connection properly. In addition, you...

Provider version: `0.3.1` Airbyte OS version: `0.50.15` When attempting to create a connection using the terraform provider, I'm running into the following exception. ``` 2023-08-12 22:09:11 │ Error: unexpected response...

``` {"statusCode":408,"type":"https://reference.airbyte.com/reference/errors","title":"unexpected-problem","status":408,"detail":"An unexpected problem has occurred. The issue has been recorded and our team is looking into it."} ``` This is the error if connection is missing the `status` field....