feat: initial implementation with docs and system_config
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
resource "immich_user" "example" {
|
||||
email = "user@example.com"
|
||||
name = "Example User"
|
||||
password = "securepassword123"
|
||||
is_admin = false
|
||||
}
|
||||
Reference in New Issue
Block a user