Setting a local and a cloud Airbyte instances that can be synced easily #34701
Unanswered
PilarIH
asked this question in
Connector Questions
Replies: 1 comment
-
Terraform allows you to establish infrastructure as code for the creation and management of your Airbyte connectors. In the Terraform setup, you'll find three main configuration files within the infra/airbyte directory:
Check out this YouTube tutorial on using Airbyte with the new Terraform provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying out Airbyte to check if it could be an alternative to what we have in our infrastructure currently. But I was wondering if you guys could point me in the right direction.
We want to be able to have two instances of Airbyte. One local, as a dev environment, where we can develop without breaking anything; and another one in cloud, that would work as our production environment. The thing is that whenever we change or create something new locally, after we test it, we would like to deploy it in the prod cloud.
Is there an easy way to do this? I'm exploring Terraform to see the possibilities, but if you can offer some guidance, I would really appreciate it.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions