variable "aws_region" {
  default = "us-east-1"
  description = "AWS region"
}

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

variable "application_family" {
  default = "accounting"
  description = "Application family to which abacus belongs"
}

variable "team_name" {
  default = "abacus"
  description = "Team responsible for handling snowflake stage"
}
