summaryrefslogtreecommitdiff
path: root/docs/data-sources/projects.md
blob: 8141235aed662e3cad35d8fcaba710c59e9790cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
# 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 generated by tfplugindocs -->
## Schema

### Read-Only

- `elements` (Attributes List) The list of projects. (see [below for nested schema](#nestedatt--elements))

<a id="nestedatt--elements"></a>
### Nested Schema for `elements`

Read-Only:

- `id` (String) The identifier of the project.
- `name` (String) The name of the project.