docs: add examples and generate documentation for all new resources

This commit is contained in:
2026-06-01 11:42:33 -04:00
parent dd77be8ecb
commit f2b245f31a
15 changed files with 336 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
---
# 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 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.