mailinabox/terraform/variables.tf

12 lines
237 B
Terraform
Raw Normal View History

2017-02-19 22:12:30 +00:00
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" {}