Skip to content

Commit

Permalink
[tf] Update the outputs.tf with endpoints nomenclature (#145)
Browse files Browse the repository at this point in the history
* Update the outputs.tf with endpoints nomenclature
* distinguish requires and provides sections in endpoints
  • Loading branch information
MichaelThamm authored and simskij committed Nov 28, 2024
1 parent 221fbcc commit e1bb6ee
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ output "app_name" {
value = juju_application.catalogue.name
}

output "requires" {
output "endpoints" {
value = {
# Requires
certificates = "certificates",
ingress = "ingress",
tracing = "tracing",
}
}

output "provides" {
value = {
# Provides
catalogue = "catalogue",
}
}

0 comments on commit e1bb6ee

Please sign in to comment.