Skip to content

Commit 3a61b03

Browse files
committed
docs: remove incorrect whitespace
1 parent b6b935c commit 3a61b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.tfdoc.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)