mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:07:22 +00:00
docs: fix formatting of idp migration (#6279)
This commit is contained in:
parent
48330fc4b1
commit
b0dc02509b
@ -33,7 +33,9 @@ To migrate to a specific provider, you need to follow a few essential steps:
|
||||
# terraform state rm *address*
|
||||
terraform state rm zitadel_idp_oidc.oidc_idp
|
||||
```
|
||||
After this command you can also remove the resource from the terraform files, as it is not managed anymore but also not deleted
|
||||
|
||||
After this command you can also remove the resource from the terraform files, as it is not managed anymore but also not deleted.
|
||||
|
||||
3. Make the corresponding API call to [migrate the IDP](./migrate#migrate-generic-oidc-provider), save the ID of the IDP for the import
|
||||
4. Before applying the Terraform resources again, import the new IDP resource.
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user