mailinabox/terraform/variables.tf

12 lines
237 B
HCL

variable "access_key" {}
variable "secret_key" {}
variable "region" {
default = "us-east-1"
}
variable "availability_zone" {
default = "us-east-1a"
}
variable "domain_name" {}
variable "email_address" {}
variable "email_password" {}