variable "aws_region" {
  default = "us-east-1"
}

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "awal-core-artist-targets"
}

variable "application_family" {
  default = "data-platform"
}
