36 lines
645 B
Markdown
36 lines
645 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "immich_memory Resource - immich"
|
|
subcategory: ""
|
|
description: |-
|
|
Manages an Immich memory.
|
|
---
|
|
|
|
# immich_memory (Resource)
|
|
|
|
Manages an Immich memory.
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
resource "immich_memory" "example" {
|
|
memory_at = "2023-06-01T00:00:00Z"
|
|
is_saved = true
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## 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.
|