Releases: tazjin/terraform-provider-keycloak
v1.0.0
After about 1.5 years since the last version got published, quite a few changes has landed. They're a mix of internal project improvements and more Keycloak resources made available. The highlights are:
- Manage users and groups
- Manage client roles
- Use go modules and other CI improvements
This release wouldn't have been possible without contributions from @mahpatil and @JorgenG, plus @tomra-systems for letting developers contribute in work hours.
v0.1-rc2
v0.1-rc1
This is the first release-candidate for version 0.1, which is also the first binary release of the provider.
Release binaries are built reproducibly using Repeatr and signed with the GPG key 66F505681DB8F43B.
Features included in this release:
- Basic Terraform provider functionality
- Support for
keycloak_realmresource - Support for
keycloak_clientresource - Support for
keycloak_user_role_mappingresource
The individual resource configurations are not yet documented separately, please refer to the source files corresponding to each resource type for documentation on available fields.