--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "immich_partner Resource - terraform-provider-immich" subcategory: "" description: |- Manages an Immich partner connection. --- # immich_partner (Resource) Manages an Immich partner connection. ## Example Usage ```terraform resource "immich_partner" "example" { partner_id = "other-user-uuid" in_timeline = true } ``` ## Schema ### Required - `partner_id` (String) The ID of the user to partner with. ### Optional - `in_timeline` (Boolean) Whether the partner's assets should appear in your timeline. ### Read-Only - `email` (String) Email of the partner user. - `name` (String) Name of the partner user.