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
+35
View File
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "immich_memory Resource - terraform-provider-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.