Files
tf_provider_immich/docs/data-sources/users.md
T

930 B

page_title, subcategory, description
page_title subcategory description
immich_users Data Source - terraform-provider-immich Retrieves a list of all Immich users.

immich_users (Data Source)

Retrieves a list of all Immich users.

Example Usage

data "immich_users" "all" {}

output "user_emails" {
  value = data.immich_users.all.users[*].email
}

Schema

Read-Only

Nested Schema for users

Read-Only:

  • email (String) Email address of the user.
  • id (String) Unique identifier for the user.
  • is_admin (Boolean) Whether the user has administrative privileges.
  • name (String) Full name of the user.
  • storage_label (String) Label used for the user's storage path.