Skip to content

Commit 1cb7d39

Browse files
docs: add documentation for importing oidc_google_identity_provider.md (#868)
1 parent 54a1a4a commit 1cb7d39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/resources/oidc_google_identity_provider.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,10 @@ resource "keycloak_oidc_google_identity_provider" "google" {
6262

6363
## Import
6464

65-
This resource does not yet support importing.
65+
Google Identity providers can be imported using the format {{realm_id}}/{{idp_alias}}, where idp_alias is the identity provider alias.
66+
67+
Example:
68+
69+
```bash
70+
$ terraform import keycloak_oidc_google_identity_provider.google.google_identity_provider my-realm/my-google-idp
71+
```

0 commit comments

Comments
 (0)