hi everyone! I'm exploring Airbyte as a possible ELT solution for my company. I was able to successfully set up Airbyte locally and create my desired connections locally. Now, I'm moving to a more complex structure and I have a question: is it possible to configure Airbyte using an infrastructure-as-code strategy? I know that I can easily create the connections in the UI, but the entire infrastructure of my company is versioned using Terraform, so we can easily create new Kubernetes clusters.
How can I do that with Airbyte? 😄