docs: add examples and generate documentation for all new resources
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "immich_stack" "example" {
|
||||
asset_ids = [
|
||||
"asset-uuid-1",
|
||||
"asset-uuid-2"
|
||||
]
|
||||
primary_asset_id = "asset-uuid-1"
|
||||
}
|
||||
Reference in New Issue
Block a user