feat: implement faces api with resource and data source

This commit is contained in:
2026-06-01 12:21:02 -04:00
parent 07dea33680
commit d9281bcde9
8 changed files with 614 additions and 0 deletions
@@ -0,0 +1,10 @@
resource "immich_face" "manual" {
asset_id = "your-asset-uuid"
person_id = "your-person-uuid"
bounding_box_x1 = 100.5
bounding_box_y1 = 100.5
bounding_box_x2 = 200.5
bounding_box_y2 = 200.5
image_height = 1080
image_width = 1920
}