variable "aws_region" {
  type        = string
  default     = "us-east-1"
  description = "The AWS region"
}

variable "environment" {
  type        = string
  description = "The name of the environment"
  default     = "qa"
}

variable "service_name" {
  default = "datadog"
}

variable "application_family" {
  default = "devops"
}
