Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixing the fiveg_nrf endpoint name and pinning Juju version to 3.3.0.0 #59

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Gmerold marked this conversation as resolved.
Show resolved Hide resolved
}

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"
}
Loading