diff --git a/requirements.txt b/requirements.txt index 31ea8fa..2d61caf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ jinja2 +juju==3.3.0.0 ops pydantic pytest-interface-tester diff --git a/terraform/outputs.tf b/terraform/outputs.tf index 4d7b512..e81efcf 100644 --- a/terraform/outputs.tf +++ b/terraform/outputs.tf @@ -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" }