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

variable "integrations_users_to_manage" {
  type = list(string)
  default = [
    "chadensavage",
    "moose-test",
    "mmora",
    "oputnam",
  ]
}

variable "environment" {
  default = "dev"
}
