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