Skip to content

Commit

Permalink
Merge pull request #2 from cruxstack/fix-sms-email-msgs
Browse files Browse the repository at this point in the history
feat: update default email message template
  • Loading branch information
sgtoj authored Dec 28, 2023
2 parents fe2d246 + 885f2f6 commit 036b925
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 036b925

Please sign in to comment.