You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform should not limit people to a 140-character email body when AWS has no such limitation.
Actual Behavior
Terraform fails if I set verification_message_template.email_message_by_link to a string longer than 140 characters, because that limit is hardcoded in a validators.go function named validateCognitoUserPoolTemplateEmailMessageByLink
Terraform Version
0.11.5
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
https://gist.github.com/bleggett/d3a79afd6d0d2c2256bb87770b1b965c
Expected Behavior
Terraform should not limit people to a 140-character email body when AWS has no such limitation.
Actual Behavior
Terraform fails if I set
verification_message_template.email_message_by_link
to a string longer than 140 characters, because that limit is hardcoded in avalidators.go
function namedvalidateCognitoUserPoolTemplateEmailMessageByLink
AWS has no problem with the email body if I use their API directly, and appears to support up to 20,000 UTF-8 characters
The text was updated successfully, but these errors were encountered: