14 lines
No EOL
254 B
HCL
14 lines
No EOL
254 B
HCL
variable "aws_region" {
|
|
type = string
|
|
default = "eu-west-2"
|
|
}
|
|
|
|
variable "email_domain" {
|
|
type = string
|
|
description = "Domain used for SES email sending"
|
|
}
|
|
|
|
variable "mail_from_subdomain" {
|
|
type = string
|
|
default = "mail"
|
|
} |