Change the Password rReset (code) and Password Reset (link) Templates via Terraform
Sep 10, 2025
Overview
This article explains how to change the password reset (code) and password reset (link) templates in Terraform.
- According to the Terraform documentation Resource: auth0_email_template, the value of
templatecan be set tochange_password(legacy) orpassword_reset(legacy), but these options do not have any affect on the password reset (code) and password reset (link) email templates.
Applies To
- Terraform
- Password Reset Template
Solution
Use the reset_email resource instead of using change_password (legacy) and password_reset (legacy).