variable "environment" {
  default = "qa"
}

variable "service_name" {
  default = "ows-service"
}

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

variable "application_family" {
  default = "gda"
}

variable "team_name" {
  type        = string
  description = "Name of the team that owns this service"
  default     = "devops"
}
