Setting up Airbyte connection using a config file

Summary

The user is asking if it is possible to set up Airbyte connections (sources/destinations) using a config file instead of the web UI for easier sharing and recreation.


Question

Hi all

maybe a basic question, i just couldnt find documentation on this:
is it possible to setup airbyte connection (or sources/destinations) using a config file?

right now im using only the web UI,
but in case that i want to share / recreate any connection -
doing it all over again manually is tedious, therefore i look for some configurable-ish way of doing it.

thanks in advance



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte-connection", "config-file", "sources", "destinations", "web-ui"]

You can use Terraform for file-based configs:
https://docs.airbyte.com/terraform-documentation

thanks <@U035912NS77>