diff --git a/tf-stage2/keycloak.tf b/tf-stage2/keycloak.tf
index daf2d0ef33d2e673a0f2c3e06c086943159166da..fb6088369b1e7291907952ed7670c18d193bb587 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" {