docs: add examples and generate documentation for all new resources
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "immich_person" "example" {
|
||||
id = "your-person-uuid"
|
||||
name = "John Doe"
|
||||
birth_date = "1990-01-01"
|
||||
is_hidden = false
|
||||
is_favorite = true
|
||||
}
|
||||
Reference in New Issue
Block a user