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

This commit is contained in:
2025-12-08 13:57:25 +01:00
parent b82f7c552d
commit 1d92f38d40
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
# }
# }