Skip to content

Commit

Permalink
feat: update admin create invation email
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Dec 28, 2023
1 parent 499e0ae commit 8422416
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 @@ -17,8 +17,8 @@ variable "email_config" {
variable "admin_create_user_config" {
type = object({
allow_admin_create_user_only = optional(bool, true)
email_message = optional(string, "{username}, your verification code is `{####}`")
email_subject = optional(string, "Your verification code")
email_message = optional(string, "{username}, your temporary password is `{####}`")
email_subject = optional(string, "Your Invitation Information")
sms_message = optional(string, "Your username is {username} and temporary password is `{####}`")
})
description = "The configuration for AdminCreateUser requests"
Expand Down

0 comments on commit 8422416

Please sign in to comment.