Auth0 Deploy CLI additional resources in environments

Ready to post? :mag: First, try searching for your answer.
Hi all,

we plan to use the auth0 deploy cli on azure devops pipelines. We have a usecase that we want, specifically for our prod environment, an internal and external application. Application in the sense that we will host two versions of our backends with two spas and two ios clients.

For this to work our prod auth0 tenant would need to have the additional clients and probably an additional db connection to separate users.

What is the recommended approach for that using the deploy cli? I couldnt find an example or documentation for such usescases here in the forum or on github.

From what I understand is that in general we should use a tenant.yaml which is shared between all environments and area only differentiated by configs. However, configs dont allow us to add additional resources or something like that.

A simple solution could be to add the additional applications and dbs we need on prod to all our auth0 tenants and actually use them only on prod.

Any thoughts on that topic?

Best
Chris