You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keycloak_client objects have an 'import' property, which allows one to configure various parameters of clients that were not created by terraform. This type of capability would be useful to have for realms too, especially for the sake of configuring options on the master realm.
This would also solve needs such as #597, without requiring the manual terraform import step and introducing a risk of accidentally deleting the master realm.
The text was updated successfully, but these errors were encountered:
now that terraform supports the import option natively, this feels redundant I was able to natively to do this: import { id = "master" to = keycloak_realm.master }
keycloak_client objects have an 'import' property, which allows one to configure various parameters of clients that were not created by terraform. This type of capability would be useful to have for realms too, especially for the sake of configuring options on the master realm.
This would also solve needs such as #597, without requiring the manual terraform import step and introducing a risk of accidentally deleting the master realm.
The text was updated successfully, but these errors were encountered: