terraform/authentik/groups.tf
2024-06-27 10:09:49 +02:00

3 lines
64 B
HCL

data "authentik_group" "admins" {
name = "authentik Admins"
}