We have 10 tenants which we use for testing and deploying our SPA to the world. We are working to implement Universal Login,
beginning with our lower environment tenants, after which we intend to deploy the same configurations to our production tenants.
We use terraform to implement most of our infrastructure, thus using terraform to describe Universal Login and ensure that
every tenant has the same configuration is our preference. I have been experimenting with the Auth0 cli which can dump
a tenants configurations to terraform. However it doesn’t seem to dump everything, and sadly, it is missing most Universal
Login configurations. I don’t even know which terraform resources fully describe the Universal Login configurations.
Has anyone accomplished this task? I have been working with Auth0 support, but they don’t seem to have the easy button.
I have also tried the deploy cli - it also appears to be missing the Universal Login configurations.