Skip to content

Commit

Permalink
feat: update default email message template
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Dec 28, 2023
1 parent 760d7f2 commit 885f2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ variable "email_config" {
from_email_address = optional(string)
reply_to_email_address = optional(string, "")
source_arn = optional(string, "")
verification_message = optional(string, "")
verification_subject = optional(string, "")
verification_message = optional(string, "Your verification code is `{####}`")
verification_subject = optional(string, "Your verification code")
})
description = "Configuration email from the userpool."
default = {}
Expand Down

0 comments on commit 885f2f6

Please sign in to comment.