Skip to content

Commit b17b2fe

Browse files
authored
Initial README.md update and adding MAINTAINERS.md after repository owner change (#1014)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent b92b59f commit b17b2fe

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

MAINTAINERS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Active maintainers
2+
3+
* [Sebastian Schuster](https://github.com/sschu)
4+
* [Thomas Darimont](https://github.com/thomasdarimont)
5+
6+
# Emeritus maintainers
7+
8+
* [Michael Parker](https://github.com/mrparkers)
9+

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# terraform-provider-keycloak
22
Terraform provider for [Keycloak](https://www.keycloak.org/).
33

4+
[!NOTE]
5+
Please note that this is currently work-in-progress, please be patient while we are preparing for the first release in the new organization.
6+
47
## Docs
58

69
All documentation for this provider can now be found on the Terraform Registry: https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
@@ -92,6 +95,11 @@ KEYCLOAK_URL="http://localhost:8080" \
9295
make testacc
9396
```
9497

98+
## Acknowledgments
99+
100+
The Keycloak Terraform Provider was originally created by [Michael Parker](https://github.com/mrparkers). Many thanks for the hard work and dedication in building the foundation for this project.
101+
Also, many thanks to all the contributors extending it and approving the license change to maintain it as part of the [Keycloak](https://www.keycloak.org/) project.
102+
95103
## License
96104

97105
This software is licensed under Apache License, Version 2.0, (LICENSE-APACHE-2.0 or https://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)