--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "eventline_projects Data Source - terraform-provider-eventline" subcategory: "" description: |- Use this data source to retrieve information about existing eventline projects. --- # eventline_projects (Data Source) Use this data source to retrieve information about existing eventline projects. ## Example Usage ```terraform data "eventline_projects" "example" { } ``` ## Schema ### Read-Only - `elements` (Attributes List) The list of projects. (see [below for nested schema](#nestedatt--elements)) ### Nested Schema for `elements` Read-Only: - `id` (String) The identifier of the project. - `name` (String) The name of the project.