Files

728 B

page_title, subcategory, description
page_title subcategory description
immich_partner Resource - immich Manages an Immich partner connection.

immich_partner (Resource)

Manages an Immich partner connection.

Example Usage

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.