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