Feature: add option for deploying a custom login page using Terraform.
Description: The property custom_login_page on client All Applications cannot be deployed using the current Terraform provder provided by Auth0.
Use-case: For customers using custom login pages with the Classic Universal Login experience this would be the preferred method of deploying the login page.
Example:
resource "auth0_branding" "my_brand" {
custom_login_page {
html = file("login.html")
}
}
auth0_branding | Resources | auth0/auth0 | Terraform Registry