Skip to content

Commit

Permalink
feat: remove default msg template for sms defined by var
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Dec 28, 2023
1 parent 885f2f6 commit 0b58877
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 @@ -238,11 +238,11 @@ variable "email_verification_subject" {
variable "sms_authentication_message" {
type = string
description = "A string representing the SMS authentication message."
default = "Your code is {####}"
default = ""
}

variable "sms_verification_message" {
type = string
description = "A string representing the SMS verification message."
default = "Your code is {####}"
default = ""
}

0 comments on commit 0b58877

Please sign in to comment.