Files
tf_provider_immich/docs/resources/partner.md
T

37 lines
728 B
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "immich_partner Resource - 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 generated by tfplugindocs -->
## 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.