Skip to content

Commit

Permalink
chore: add logging integration to terraform (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Mar 4, 2024
1 parent a9e08e4 commit 4d528cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ output "fiveg_n4_endpoint" {
description = "Name of the endpoint used to provide information on connectivity to the N4 plane."
value = "fiveg_n4"
}

# Requires integration endpoints

output "logging_endpoint" {
description = "Name of the endpoint used to integrate with the Logging provider."
value = "logging"
}

0 comments on commit 4d528cb

Please sign in to comment.