From 079e2d471b416820206e42411c266fd8acda47ac Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek <42570669+Gmerold@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:40:55 +0100 Subject: [PATCH] fix: Fixing grafana-agent endpoint for logging integration in sdcore-user-plane-k8s (#16) --- modules/sdcore-user-plane-k8s/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sdcore-user-plane-k8s/main.tf b/modules/sdcore-user-plane-k8s/main.tf index 38d293f..3e9ad6e 100644 --- a/modules/sdcore-user-plane-k8s/main.tf +++ b/modules/sdcore-user-plane-k8s/main.tf @@ -56,7 +56,7 @@ resource "juju_integration" "upf-logging" { application { name = module.grafana-agent.app_name - endpoint = module.grafana-agent.logging_consumer_endpoint + endpoint = module.grafana-agent.logging_provider_endpoint } }