Hi,
Can you provide a way to upload/push data (jar theme file / realm dump...) to keycloak + rebuild when it changes?
Something like:
resource "clevercloud_keycloak" "main" {
name = "test123"
}
resource "clevercloud_keycloak_import" "theme" {
type = "theme" # provider / theme / realm_import
instance_id = clevercloud_keycloak.main.id
source = "path/to/file.jar"
}
Best,
Emilien
Hi,
Can you provide a way to upload/push data (jar theme file / realm dump...) to keycloak + rebuild when it changes?
Something like:
Best,
Emilien