initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
variable "emails" {
|
||||
type = list(string)
|
||||
description = "Email addresses to be added to SES"
|
||||
}
|
||||
|
||||
variable "reputation_metrics_enabled" {
|
||||
type = bool
|
||||
description = "Enable reputation metrics"
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "require_tls" {
|
||||
type = bool
|
||||
description = "Require TLS delivery option"
|
||||
default = true
|
||||
}
|
||||
Reference in New Issue
Block a user