diff --git a/main.tf b/main.tf index a6b0d99..0ec3e5f 100644 --- a/main.tf +++ b/main.tf @@ -252,3 +252,28 @@ redis: EOT ] } + +resource "helm_release" "librenms" { + name = "librenms" + namespace = var.librenms_namespace + repository = "https://midokura.github.io/helm-charts-community/" + chart = "librenms" + create_namespace = true + values = [ +<