mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
9 lines
167 B
HCL
9 lines
167 B
HCL
variable "domain" {
|
|
type = string
|
|
description = "Domain to use for SES."
|
|
}
|
|
|
|
variable "zone_id" {
|
|
type = string
|
|
description = "Route53 Zone ID"
|
|
}
|