juntekim.com/aws_environment/ses-juntekim/variables.tf
2025-12-29 11:58:28 +00:00

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"
}