variable "region" {
  default     = "us-east-1"
  description = "aws resources region"
}

variable "service_name" {
  default = "update-subaccount-id-mapping"
}

variable "environment" {
  default = "qa"
}

variable "application_family" {
  default = "vector"
}

variable "team_name" {
  type        = string
  description = "Name of team that owns the service"
  default     = "content-delivery-asset-management"
}
