auth0_email_template resource is missing reset_email_by_code template option #1109
Open
6 tasks done
Labels
🪲 bug
Something isn't working
Checklist
Description
Auth0 terraform provider
v1.9.1
is missingreset_email_by_code
template option forauth0_email_template
resource.Expectation
However, it's available through the API:
https://auth0.com/docs/api/management/v2/email-templates/get-email-templates-by-template-name
Reproduction
template = "reset_email_by_code"
Error: expected template to be one of ["verify_email" "verify_email_by_code" "reset_email" "welcome_email" "blocked_account" "stolen_credentials" "enrollment_email" "change_password" "password_reset" "mfa_oob_code" "user_invitation"], got reset_email_by_code
Auth0 Terraform Provider version
1.9.1
Terraform version
1.9.8
The text was updated successfully, but these errors were encountered: