Files

6 lines
104 B
Terraform

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