Moving Call Flow Dependencies from Dev to Test

Hi Team,

I am working on a project where I develop call flows using Architect in the development environment. After completing the development, I need to move the call flow along with its dependencies to the test environment.

I am currently able to export the call flow from the development environment using Archy and import it into the test environment using Terraform. However, I am facing challenges in transferring the flow’s dependencies.

To handle dependencies, I tried exporting all related resources using Terraform. However, if I add any new dependencies in the Architect UI, I have to manually re-export them again.

Could anyone suggest a better approach to efficiently export and move call flow dependencies from the development environment to the test environment?

Note: I am using GitHub Actions to automate this entire process.

Thanks in advance!