Files

645 B

page_title, subcategory, description
page_title subcategory description
immich_memory Resource - immich Manages an Immich memory.

immich_memory (Resource)

Manages an Immich memory.

Example Usage

resource "immich_memory" "example" {
  memory_at = "2023-06-01T00:00:00Z"
  is_saved  = true
}

Schema

Required

  • memory_at (String) The date the memory represents (ISO 8601).

Optional

  • is_saved (Boolean) Whether the memory is saved by the user.

Read-Only

  • id (String) Unique identifier for the memory.