variable "dd_account_id" {
  type        = string
  description = "Datadog aws account ID. By default - 464622532012"
  default     = "464622532012"
}

variable "dd_external_id" {
  type        = string
  description = "Datadog external ID. Provided in UI when setting up integration"
}
