Add account for ju256
This commit is contained in:
parent
03fceb3d2b
commit
8be1976676
14
tf-stage-1/user_ju256.tf
Normal file
14
tf-stage-1/user_ju256.tf
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
data "keycloak_user" "ju256" {
|
||||||
|
realm_id = data.keycloak_realm.realm.id
|
||||||
|
username = "ju256"
|
||||||
|
}
|
||||||
|
|
||||||
|
resource "keycloak_user_groups" "ju256_groups" {
|
||||||
|
realm_id = data.keycloak_realm.realm.id
|
||||||
|
user_id = data.keycloak_user.ju256.id
|
||||||
|
exhaustive = true
|
||||||
|
group_ids = [
|
||||||
|
module.hedgedocclient.access_group.id,
|
||||||
|
module.minifluxclient.access_group.id
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user