Fix linter, improve rabbit
This commit is contained in:
@@ -30,7 +30,7 @@ data "authentik_group" "vynil_admin" {
|
||||
resource "authentik_group" "groups" {
|
||||
count = length(local.sorted_groups)
|
||||
name = local.sorted_groups[count.index].name
|
||||
attributes = jsonencode({ "${local.app_name}" = true })
|
||||
attributes = jsonencode({ local.app_name = true })
|
||||
}
|
||||
|
||||
data "authentik_group" "readed_groups" {
|
||||
|
||||
Reference in New Issue
Block a user