Skip to content

Commit

Permalink
fix: updated hydra_endpoints relation name
Browse files Browse the repository at this point in the history
  • Loading branch information
bencekov committed Aug 17, 2023
1 parent 9ee75e8 commit 7e98d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations.tf
Expand Up @@ -38,11 +38,11 @@ locals {
},
{
provider = juju_application.hydra.name
provider_endpoint = "endpoint-info"
provider_endpoint = "hydra-endpoint-info"
requirers = [
juju_application.kratos.name, juju_application.login_ui.name
]
requirer_endpoint = "endpoint-info"
requirer_endpoint = "hydra-endpoint-info"
},
{
provider = juju_application.kratos.name
Expand Down

0 comments on commit 7e98d76

Please sign in to comment.