Cannot specify an empty string for from
and subject
in auth0_email_template
resource
#76
Labels
🪲 bug
Something isn't working
Describe the problem
PUT /api/v2/email-templates/{templateName}
API requiresfrom
andsubject
field, but allows empty string.But Bad Request error is returned if
from
orsubject
is an empty string in the resource definition.What was the expected behavior?
The following resources can be applied.
Reproduction
terraform apply
The following is the output with
TF_LOG=DEBUG
Environment
The text was updated successfully, but these errors were encountered: