Skip to content

Commit

Permalink
Added migration info to README.md (#1024)
Browse files Browse the repository at this point in the history
* Added migration info to README.md

Signed-off-by: Sebastian Schuster <[email protected]>

* Added example command

Signed-off-by: Sebastian Schuster <[email protected]>

---------

Signed-off-by: Sebastian Schuster <[email protected]>
  • Loading branch information
sschu authored Nov 29, 2024
1 parent 9f4155a commit 68dd12a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.
## Migration to the new provider

To migrate from `mrparkers/keycloak` to the `keycloak/keycloak` Terraform provider, you can use the `terraform state replace-provider` command:
```
terraform state replace-provider mrparkers/keycloak keycloak/keycloak
```
You can find the documentation for this command [here](https://developer.hashicorp.com/terraform/cli/commands/state/replace-provider).

## Docs

All documentation for this provider can now be found on the Terraform Registry: https://registry.terraform.io/providers/keycloak/keycloak/latest/docs
Expand Down

0 comments on commit 68dd12a

Please sign in to comment.