variable "environment" {
  default = "qa"
}

variable "region" {
  default = "us-east-1"
}

variable "service_name" {
  default = "royalties"
}

variable "route53_record_ttl" {
  default = "60"
}

variable "route53_zone_id" {
  default = "Z2RSKZ9M7TJ9Z"
}

variable "bootstrap_script_name" {
  default = "emr_custom_action.sh"
}
