juntekim.com/terraform/modules/ses/variables.tf
2026-02-17 23:28:47 +00: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
}