Model/deployment/terraform/modules/ses/variables.tf
2026-05-19 16:35:09 +00:00

10 lines
215 B
HCL

variable "domain_name" {
description = "The domain to verify with SES (e.g. domna.homes)"
type = string
}
variable "stage" {
description = "Deployment stage (e.g. dev, prod)"
type = string
}