Skip to content

Commit

Permalink
fix: Fixing the fiveg_nrf endpoint name and pinning Juju version to 3…
Browse files Browse the repository at this point in the history
….3.0.0 (#59)

Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici authored Feb 14, 2024
1 parent ac54f44 commit 571ff88
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 571ff88

Please sign in to comment.