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

869 B

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

immich_albums (Data Source)

Retrieves a list of all Immich albums.

Example Usage

data "immich_albums" "all" {}

output "album_names" {
  value = data.immich_albums.all.albums[*].name
}

Schema

Read-Only

Nested Schema for albums

Read-Only:

  • asset_count (Number) Number of assets in the album.
  • description (String) Description of the album.
  • id (String) Unique identifier for the album.
  • name (String) Display name of the album.