Skip to content

Commit

Permalink
Merge branch 'master' into feature/keycloak_required_action_config_te…
Browse files Browse the repository at this point in the history
…rraform_attribute

Signed-off-by: laureat-natzka <[email protected]>
  • Loading branch information
laureat-natzka authored Nov 18, 2024
2 parents 7b75d71 + 9d2d817 commit dbf371e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Active maintainers

* [Sebastian Schuster](https://github.com/sschu)
* [Thomas Darimont](https://github.com/thomasdarimont)

# Emeritus maintainers

* [Michael Parker](https://github.com/mrparkers)

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# terraform-provider-keycloak
Terraform provider for [Keycloak](https://www.keycloak.org/).

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

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

## Acknowledgments

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.
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.

## License

This software is licensed under either of the following, at your option:

- Apache License, Version 2.0, (LICENSE-APACHE-2.0 or https://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or https://opensource.org/licenses/MIT)

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this software by you shall be dual licensed under the MIT License and Apache License, Version 2.0, without any additional terms or conditions.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this software by you shall be dual licensed under the MIT License and Apache License, Version 2.0, without any additional terms or conditions

0 comments on commit dbf371e

Please sign in to comment.