We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dce79b commit 480b6b3Copy full SHA for 480b6b3
variables.tf
@@ -52,7 +52,7 @@ variable "email_sender_providers" {
52
default = ["ses"]
53
54
validation {
55
- condition = length(var.email_sender_providers)
+ condition = length(var.email_sender_providers) == 1
56
error_message = "Must define exactly one email provider. Support for more than one coming the future."
57
}
58
0 commit comments