Skip to content

Commit

Permalink
Merge branch 'main' into chore/auto-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Feb 14, 2024
2 parents 31a9443 + 571ff88 commit 1008493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jinja2
juju==3.3.0.0
ops
pydantic
pytest-interface-tester
Expand Down
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 1008493

Please sign in to comment.