From d757af82edb088591dd88b4dd6b36a9085ec52aa Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutras.com>
Date: Sun, 4 Aug 2024 11:24:44 +0300
Subject: [PATCH] tf-stage2: remove userProfileEnabled attribute

"The user profile feature is now enabled by default." [1]

[1] https://www.keycloak.org/docs/24.0.2/upgrading/#user-profile-changes
---
 tf-stage2/keycloak.tf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tf-stage2/keycloak.tf b/tf-stage2/keycloak.tf
index daf2d0ef3..fb6088369 100644
--- a/tf-stage2/keycloak.tf
+++ b/tf-stage2/keycloak.tf
@@ -128,10 +128,6 @@ resource "keycloak_realm" "archlinux" {
       failure_reset_time_seconds       = 43200
     }
   }
-
-  attributes = {
-    userProfileEnabled = true
-  }
 }
 
 resource "keycloak_realm_user_profile" "archlinux" {
-- 
GitLab