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

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "qa"
}

variable "service_name" {
  default = "bff-notifications"
}

variable "policy_description" {
  default     = "A policy to access dynamo owsrequest table"
  description = "legacy description that in place only to maintain no recreation of resource"
}

variable "application_family" {
  default = "osp"
}
