output "dev" {
  value = {
    api              = "dev-api.decibel.stream"
    atlas-auth-proxy = "dev-auth.decibel.stream"
    atlas-um-example = "dev-integration-example.decibel.stream"
    cms              = "dev-cms.decibel.stream"
    ui               = "dev.decibel.stream"
    ui-test1         = "test1.decibel.stream"
    ui-test2         = "test2.decibel.stream"
    ui-test3         = "test3.decibel.stream"
    ui-test4         = "test4.decibel.stream"
    ui-test5         = "test5.decibel.stream"
    ui-test6         = "test6.decibel.stream"
    static           = "dev-static.decibel.stream"
  }
}

output "qa" {
  value = {
    api              = "qa-api.decibel.stream"
    atlas-auth-proxy = "qa-auth.decibel.stream"
    cms              = "qa-cms.decibel.stream"
    ui               = "qa.decibel.stream"
    static           = "qa-static.decibel.stream"
  }
}

output "stage" {
  value = {
    api              = "stage-api.decibel.stream"
    atlas-auth-proxy = "stage-auth.decibel.stream"
    cms              = "staging-cms.decibel.stream"
    ui               = "staging.decibel.stream"
    static           = "stage-static.decibel.stream"
  }
}

output "prod" {
  value = {
    api              = "api.decibel.stream"
    atlas-auth-proxy = "auth.decibel.stream"
    cms              = "cms.decibel.stream"
    ui               = "decibel.stream"
    static           = "prod-static.decibel.stream"
  }
}
