Skip to content

Commit 8475f1f

Browse files
committed
add erykuh to immich
1 parent 7826076 commit 8475f1f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

terraform/authentik/applications.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ module "authentik-app-immich" {
121121
meta_description = "Self-Hosted Photo and Video Management"
122122
}
123123

124-
access_group = { main = authentik_group.main.id }
124+
access_group = {
125+
main = authentik_group.main.id
126+
secondary = authentik_group.secondary.id
127+
}
125128
}
126129

127130
module "authentik-app-sure" {

0 commit comments

Comments
 (0)