Skip to content

Commit 68dd12a

Browse files
authored
Added migration info to README.md (#1024)
* 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]>
1 parent 9f4155a commit 68dd12a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Terraform provider for [Keycloak](https://www.keycloak.org/).
44
> [!NOTE]
55
> Please note that this is currently work-in-progress, please be patient while we are preparing for the first release in the new organization.
66
7+
## Migration to the new provider
8+
9+
To migrate from `mrparkers/keycloak` to the `keycloak/keycloak` Terraform provider, you can use the `terraform state replace-provider` command:
10+
```
11+
terraform state replace-provider mrparkers/keycloak keycloak/keycloak
12+
```
13+
You can find the documentation for this command [here](https://developer.hashicorp.com/terraform/cli/commands/state/replace-provider).
14+
715
## Docs
816

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

0 commit comments

Comments
 (0)