variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the environment in"
}

variable "environment" {
  default     = "qa"
}

variable "service_name" {
  default = "lambda-product-staging-integration-tests"
}

variable "application_family" {
  default = "product-builder"
}

variable "team_name" {
  default = "content-creation-management"
}
