From 579dd5e1b6f9b2b06150ba5ccb956bfd66f34b9f Mon Sep 17 00:00:00 2001 From: Ansgar Tasler <22353635+tasansga@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:04:41 +0100 Subject: [PATCH] readme: add reference to terraform provider (#1035) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 572abeb..bb45d72 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,9 @@ for some service integrations. The [bootstrap.sh](scripts/bootstrap.sh) script can enforce a list of users/groups/attributes from a given file, reflecting it on the server. +To manage the user, group and membership lifecycle in an infrastructure-as-code +scenario you can use the unofficial [LLDAP terraform provider in the terraform registry](https://registry.terraform.io/providers/tasansga/lldap/latest). + LLDAP is also very scriptable, through its GraphQL API. See the [Scripting](docs/scripting.md) docs for more info.