Just wondering is it possible to commit an airbyte...
# ask-community-for-troubleshooting
c
Just wondering is it possible to commit an airbyte configuration (all the connections) to version control?
j
Yoy could retrieve your config yaml from the Airbyte API as a tar ball and have version control on those files
c
@Jonas Bolin is there a way to store those config files in a location somewhere in one of the airbyte containers so that the connectors are ready to go even after wiping the airbyte config? I am trying to set up airbyte on Google Compute Engine using terraform as much as I can. I’d like to be able to destroy the compute engine instance and rebuild it and have airbyte ready to go if possible. It seems a bit complicated to do…
j
@Chris P good question, I dont have an answer unfortunately. My guess would be, rebuild the instance and import config again with API. Perhaps that is not a Terraform-y way of doing things?
c
That’s still useful! Thanks for your help