variable region {
  description = "region"
}

variable environment {
  description = "environment"
}

variable AR_MYSQL_HOST {
  description = "database host"
}

variable AR_MYSQL_DATABASE {
  description = "art_relations database"
}

variable AR_MYSQL_PORT {
  default = 3306
}

variable "service_name" {
  description = "Name of the service"
}
