Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2tvenom/terraform-provider-keycloakwebhook


https://github.com/2tvenom/terraform-provider-keycloakwebhook

events keycloak terraform terraform-provider webhook

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# terraform-provider-keycloakwebhook

Provider for keycloak webhooks https://github.com/p2-inc/keycloak-events. Provider configuration fully compatibly with
keycloak provider https://github.com/mrparkers/terraform-provider-keycloak

## Docs

All documentation for this provider can now be found on the Terraform
Registry: https://registry.terraform.io/providers/2tvenom/keycloakwebhook/latest/docs

## Installation

This provider can be installed automatically using Terraform >=0.13 by using the `terraform` configuration block:

```hcl
terraform {
required_providers {
keycloakwebhook = {
source = "2tvenom/keycloakwebhook"
version = ">= 0.1.0"
}
}
}
```