Skip to content

Commit

Permalink
Fixing the fiveg_nrf endpoint name
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici committed Feb 14, 2024
1 parent ac54f44 commit bbb71c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ output "app_name" {

output "fiveg_nrf_endpoint" {
description = "Name of the endpoint used to integrate with the NRF."
value = "fiveg-nrf"
value = "fiveg_nrf"
}

output "database_endpoint" {
description = "Name of the endpoint used to integrate with the database."
value = "database"
value = "database"
}

output "certificates_endpoint" {
description = "Name of the endpoint used to integrate with the TLS certificates provider."
value = "certificates"
value = "certificates"
}

0 comments on commit bbb71c7

Please sign in to comment.