Skip to content

Commit 480b6b3

Browse files
committed
WIP
1 parent 0dce79b commit 480b6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variable "email_sender_providers" {
5252
default = ["ses"]
5353

5454
validation {
55-
condition = length(var.email_sender_providers)
55+
condition = length(var.email_sender_providers) == 1
5656
error_message = "Must define exactly one email provider. Support for more than one coming the future."
5757
}
5858

0 commit comments

Comments
 (0)