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