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

I tried to use this Airbyte Terraform provider to manage my open-source Airbyte installation. However, when I try to add sources or resources then I always get the error that...

Hey, I try to create a new `airbyte_source_postgres` but get the error whenever I try to apply changes I have tried different values for `ssl_mode` but it's still there. My...

**Description** When using the Terraform Airbyte Provider (v0.3.7) to create a new workspace (ID) with the AirByte Version "v0.50.47", there seems to be a problem to access the new workspace...

## General description Creating a GitLab source using the Terraform provider with a private access token succeed, but then the connection resource fails to apply because the Airbyte application (worker)...

Hi! I have the following implementation in terraform and already deployed into Airbyte: ``` resource "airbyte_connection" "hubspot_s3_landing_zone" { source_id = var.hubspot_source_id destination_id = var.hubspot_destination_id data_residency = "auto" namespace_format = "$${SOURCE_NAMESPACE}"...

To avoid saving credentials in the state file, it would be nice to have support for environment variables for e.g. username and password in the provider block. Most other terraform...

### Observed behavior The airbyte_source_google_ads resource in the Terraform provider is using the old `custom_queries` key in the configurations, rather than the new `custom_queries_array` introduced in the newer versions of...

I will start by saying that I am very new to terraform as well as airbyte. I am working on building a proof-of-concept connection of mysql to snowflake. Airbyte 0.50.29...

As of https://github.com/airbytehq/airbyte/pull/31477, the resource "airbyte_source_file_secure" no longer works. I think it will work if "source_type" is allowed to be "file". I get this error when trying to apply this...

using **provider 0.3.7.** Whenever I update some variables related to a gsheet source. there isn't any Terraform fail : resource and connection get updated successfully. but the sync returns 0....