14 lines
348 B
HCL
14 lines
348 B
HCL
# ------------------------------------------------------------------------------
|
|
# Amazon SES variables
|
|
# ------------------------------------------------------------------------------
|
|
|
|
variable "domain" {
|
|
description = "The domain to use."
|
|
type = string
|
|
}
|
|
|
|
variable "zone_id" {
|
|
description = "ID of DNS zone"
|
|
type = string
|
|
}
|