Moving Airbyte installation to Airbyte Cloud and transitioning from YAML to Terraform

Summary

Setting up a new instance of Airbyte locally and linking it to existing YAML files, transitioning from YAML to Terraform, suggestions for easier migration


Question

I am moving a broken Airbyte installation into Airbyte Cloud. The current config is in yaml files but I want to go to Terraform. First off, to even verify if the current thing still works, how do I set up a new instance of Airbyte locally and link that to the yaml files? If there are any suggestions on making it easier to move the yaml stuff into Terraform, that would be awesome!



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-installation", "airbyte-cloud", "yaml-files", "terraform", "local-instance", "migration"]

What do you mean about yaml stuff?

The existing configuration is a bunch of yaml files that was used with a Docker Compose setup.