locals {
  current_configuration                = "${path.module}/../../../../conf/current"
  auth0_management_audience_identifier = "https://${var.auth0_domain}/api/v2/"
}
