Skip to content

Commit

Permalink
docs: add documentation for importing oidc_google_identity_provider.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierboudet authored Jan 3, 2024
1 parent 54a1a4a commit 1cb7d39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/resources/oidc_google_identity_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ resource "keycloak_oidc_google_identity_provider" "google" {

## Import

This resource does not yet support importing.
Google Identity providers can be imported using the format {{realm_id}}/{{idp_alias}}, where idp_alias is the identity provider alias.

Example:

```bash
$ terraform import keycloak_oidc_google_identity_provider.google.google_identity_provider my-realm/my-google-idp
```

0 comments on commit 1cb7d39

Please sign in to comment.