From b069a911584e79ff8cb2513d422d4cfb88c932d5 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Fri, 6 Dec 2024 19:05:37 +0100 Subject: [PATCH] Blog post for terraform provider adoption (#536) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Darimont Signed-off-by: Alexander Schwartz Co-authored-by: Václav Muzikář Co-authored-by: Alexander Schwartz --- blog/2024/terraform-provider-adoption.adoc | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 blog/2024/terraform-provider-adoption.adoc diff --git a/blog/2024/terraform-provider-adoption.adoc b/blog/2024/terraform-provider-adoption.adoc new file mode 100644 index 00000000..cf2a04c9 --- /dev/null +++ b/blog/2024/terraform-provider-adoption.adoc @@ -0,0 +1,40 @@ +:title: Keycloak Adopts Terraform Provider +:date: 2024-12-06 +:publish: false +:author: Thomas Darimont + +== New Repository Location + +We're excited to announce that the Keycloak Terraform Provider has officially moved under the Keycloak organization! +You can find the new repository location https://github.com/keycloak/terraform-provider-keycloak[here]. + +== The Journey So Far + +Thanks to https://www.keycloak.org/2024/09/realm-config-management-tools-survey-results.html[our community survey], we confirmed that the Keycloak Terraform Provider by https://github.com/mrparkers[mrparkers] is the most widely used tool +for realm configuration management. The move to the Keycloak organization is a natural next step in making this essential +tool a core part of the Keycloak ecosystem. + +== Gratitude and Transition + +A huge thank-you to https://github.com/mrparkers[mrparkers] for creating and maintaining the provider. Your contributions have been invaluable to the community. +The new maintainers, https://github.com/sschu[Sebastian Schuster] and https://github.com/thomasdarimont[Thomas Darimont], will ensure the project continues to thrive. + +== Migration Notes + +You'll need to update your configurations to migrate to the Keycloak-hosted Terraform Provider. Check out https://github.com/keycloak/terraform-provider-keycloak#migration-to-the-new-provider[our migration guide], +especially the replace-provider instructions, to make the process smooth. + +== Updates and Changes + +License Change: The Keycloak Terraform Provider now uses the *Apache 2.0 license*, ensuring broader adoption and clarity for contributors. + +Next releases: + +* 4.5 Maintenance Release: Includes CVE fixes, Go upgrade, and license change. +* 5.0 Release (Upcoming): Adds support for Keycloak 24/26, new features, and improvements. + +== Join the Community + +We're grateful for all contributors who've helped make the Terraform Provider what it is today. +We welcome new contributions, issue reports, feature suggestions, and fixes. Let's work together to make it even better! +Explore the https://github.com/keycloak/terraform-provider-keycloak[new repository location], join https://github.com/keycloak/terraform-provider-keycloak/discussions[the discussions], and help shape the future of the Keycloak Terraform Provider. \ No newline at end of file