variable "service" {
  description = "Name of the service this Datadog configuration is attached to"
  type        = string
}

variable "env" {
  description = "Environment name"
  type        = string
}

variable "dd_source" {
  description = "Underlying technology. Eg. nodejs, java"
  type        = string
}
