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

variable "amazon_music_aws_account_id" {
  default = "767398096717"
}

variable "amazon_music_reporting_access" {
  type        = list(string)
  description = "List of ARNs of entities with access to the amazon_music_reporting_datalake_link database with resource links to amazon music tables"
  default = [
    "arn:aws:sts::103233932089:assumed-role/generic-engineer-role/efedorov",
  ]
}
