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

variable "environment" {
  default = "dev"
}

variable "application_family" {
  default = "collaborators"
}

variable "snowflake_dev_role" {
  default = "DEV_ENGINEERING"
}
