File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,15 +198,15 @@ section {
198198
199199 variable "invite_email_message" {
200200 type = string
201- default = " Your username is { username } and your temporary password is ' {####}'"
201+ default = " Your username is {username} and your temporary password is ' {####}'"
202202 description = <<- END
203203 The message template for email messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.
204204 END
205205 }
206206
207207 variable "invite_sms_message" {
208208 type = string
209- default = " Your username is { username } and your temporary password is ' {####}'."
209+ default = " Your username is {username} and your temporary password is ' {####}'."
210210 description = <<- END
211211 The message template for SMS messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.
212212 END
@@ -533,7 +533,7 @@ section {
533533
534534 variable "email_message_by_link" {
535535 type = string
536- default = " Please click the link below to verify your email address.{ ##Verify Email##}."
536+ default = " Please click the link below to verify your email address.{##Verify Email##}."
537537 description = <<- END
538538 The email message template for sending a confirmation link to the user, it must contain the `{##Any Text##}` placeholder.
539539 END
You can’t perform that action at this time.
0 commit comments