How to Customize Password Reset Page with Terraform Provider

Problem statement

Is it possible to style or customize the Password Reset page using the ‘auth0/terraform-provider-auth0’? This page is located in the Auth0 Dashboard > Branding > Universal Login > Password Reset > Toggle Customize Password Reset Page.

Solution

The Auth0 Terraform Provider does provide a resource that allows clients to customize this page. It’s located in the ‘auth0_pages’ resource here. This is also the resource that manages custom HTML for the Login, Multi-Factor Authentication, and Error pages.