Is there a document provides all auth0 variables for terraform?

I am working on a terraform .tf file to have the config from an application. I am having a hard time to figure it out how to set it up with a correct argument.

For example, I can see allowed_logout_urls is for Allowed Logout URIs under Application URIs section. However, I do not see Application Login URI in the file and not sure if the argument is application_login_uri or app_login_url.

Is there a document that has provided the details of the corresponding argument to each config? Thank you

Hi @ichan

Thank you for reaching out to us!

In order to set the Application Login URI, the correct parameter in Terraform is initiate_login_uri, which should accept both a URL and an empty string.

The recommended documentation for all Terraform parameters is Terraform Registry and you can find the initiate_login_uri param in this section.

Hope this helped!
Gerald