Change the Password rReset (code) and Password Reset (link) Templates via Terraform

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 template can be set to change_password (legacy) or password_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).

Related References