Dateien nach "keycloak-tf-projekt/modules/users" hochladen

This commit is contained in:
2025-12-08 13:58:00 +01:00
parent 2076f38f3c
commit a512af4e15
4 changed files with 88 additions and 0 deletions
@@ -0,0 +1,8 @@
# output "all_generated_passwords" {
# description = "Map der generierten Passwörter (Username -> Password)."
# value = {
# for username, password in random_password.initial_password : username => password.result
# }
# }