blob: 7642834b1b45c4a4a711526d7df907dcb3cd950b (
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: |-
Eventline projects data source
---
# eventline_projects (Data Source)
Eventline projects data source
## Example Usage
```terraform
data "projects" "example" {
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Read-Only
- `elements` (List of Object) Projects list (see [below for nested schema](#nestedatt--elements))
<a id="nestedatt--elements"></a>
### Nested Schema for `elements`
Read-Only:
- `id` (String)
- `name` (String)
|