diff --git a/terraform/layer2-k8s/eks-loki-stack.tf b/terraform/layer2-k8s/eks-loki-stack.tf index 76d97ff0..dc488a99 100644 --- a/terraform/layer2-k8s/eks-loki-stack.tf +++ b/terraform/layer2-k8s/eks-loki-stack.tf @@ -4,9 +4,49 @@ locals { enabled = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].enabled chart = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].chart repository = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].repository - chart_version = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].version + chart_version = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].chart_version namespace = local.helm_releases[index(local.helm_releases.*.id, "loki-stack")].namespace } + loki_stack_values = <