terraform/authentik/groups.tf

8 lines
129 B
Terraform
Raw Normal View History

2024-06-27 10:09:49 +02:00
data "authentik_group" "admins" {
name = "authentik Admins"
}
2024-09-13 10:12:28 +02:00
resource "authentik_group" "arr-users" {
name = "arr_users"
}