Options to deploy configuration

Hi,
I’m using keycloack server 11.0.2 on AWS ECS and AWS RDS (Aurora) using the official image from quay.io.

What options I have to deploy configuration programmatically? I’ve checked (following the documentation) the export/import realms and administration client, but I don’t know if it’s the best practice to deploy configuration.

Best regards,

I’ve had a good experience using the keycloak terraform provider.

I would estimate it’s around 95% feature-complete with the different keycloak resources, and new-ish ones get added to the provider pretty regularly.

If you’re familiar with terraform, it should be pretty easy to get up and running with, and enables configuration-as-code.