docs: add examples and generate documentation for all new resources
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user