File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ for details and use-cases.
355355
356356- ** ` email_message_by_link ` ** : * (Optional ` string ` )*
357357
358- The email message template for sending a confirmation link to the user, it must contain the ` {##Click Here ##} ` placeholder.
358+ The email message template for sending a confirmation link to the user, it must contain the ` {##Any Text ##} ` placeholder.
359359 Default is ` "Please click the link below to verify your email address. {##Verify Email##}." ` .
360360
361361- ** ` email_subject ` ** : * (Optional ` string ` )*
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ variable "email_message" {
427427
428428variable "email_message_by_link" {
429429 type = string
430- description = " (Optional) The email message template for sending a confirmation link to the user, it must contain the {##Click Here ##} placeholder."
430+ description = " (Optional) The email message template for sending a confirmation link to the user, it must contain the {##Any Text ##} placeholder."
431431 default = " Please click the link below to verify your email address. {##Verify Email##}."
432432}
433433
You can’t perform that action at this time.
0 commit comments