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

variable "gds_eks_cluster_name" {
  description = "GDS non-prod EKS cluster name, shared by DEV and UAT (distinguished by namespace), used in Datadog monitors."
  type        = string
  default     = "global-ds-dev"
}

variable "gds_dev_namespace" {
  description = "GDS DEV Kubernetes namespace used in Datadog monitors."
  type        = string
  default     = "global-ds"
}

variable "gds_uat_namespace" {
  description = "GDS UAT Kubernetes namespace used in Datadog monitors."
  type        = string
  default     = "global-ds-uat"
}

variable "gds_msk_dev_cluster_name" {
  description = "GDS DEV MSK cluster name used in Datadog monitors."
  type        = string
  default     = "sme-global-msk-dev-ext"
}

variable "gds_msk_uat_cluster_name" {
  description = "GDS UAT MSK cluster name used in Datadog monitors."
  type        = string
  default     = "sme-global-msk-uat-ext"
}
