variable "externam_id" {
  type        = string
  description = "DataTheoreme External ID"
  default     = ""
}

variable "name" {
  type        = string
  description = "DataTheorem-Service Role name."
  default     = "DataTheorem-Service"
}

variable "aws_account_id" {
  type        = string
  description = "DataTheoreme AWS Account ID"
  default     = "835257243705"
}

variable "common_tags" {
  type        = map(any)
  description = "Map of tags to apply."
  default     = {}
}