Model/infrastructure/terraform/modules/ses/variables.tf
Khalim Conn-Kowlessar 9f92e856d3 set up of AWS SES
2025-10-01 16:02:04 +01:00

9 lines
214 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
}