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