Skip to content

Commit 0ba192c

Browse files
Merge pull request #48 from mineiros-io/soerenmartius/update-placeholder-in-readme
Update docs for email_message_by_link placeholder
2 parents 961f6b5 + 92aac74 commit 0ba192c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)*

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ variable "email_message" {
427427

428428
variable "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

0 commit comments

Comments
 (0)