mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
592 stars 291 forks source link

no admin_events_expiration #966

Open AchimGrolimund opened 1 month ago

AchimGrolimund commented 1 month ago

issue

there is currently no option so that the admin events also have an expiration time. without this, the field remains empty, which means that the events are stored indefinitely.

Solution:

Create a variable: admin_events_expiration similar to events_expiration