variable region {
  default     = "us-east-1"
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

variable environment {
  default     = "dev"
  description = "Available values:  dev, qa, prod."
}
