Vytautas Bartkevičius
07/24/2023, 3:20 PMuser
07/24/2023, 3:21 PMoctavia list connectors sources
([source](https://airbyte.com/tutorials/version-control-airbyte-configurations)). 2. Octavia CLI manages Airbyte Configurations as Code (CaC) and not Airbyte Infrastructure as Code (IaC). Thus, Octavia CLI cannot provision an Airbyte instance ([source](https://airbyte.com/tutorials/version-control-airbyte-configurations)). 3. After applying some changes, Octavia creates a state.yaml file in the resource directory with the checksum of the latest configuration applied and the generation timestamp. The state files are instance and workspace specific ([source](https://airbyte.com/tutorials/version-control-airbyte-configurations)). Given these points, you might need to ensure that the source definition ID in your configuration file matches the one in your new Airbyte instance. If they don't match, you might need to manually update the ID in your configuration file. If this doesn't solve your issue, I recommend reaching out to the Airbyte community on their [forum](https://discuss.airbyte.io) or [Slack](https://airbytehq.slack.com) for further assistance.