33 lines
803 B
Markdown
33 lines
803 B
Markdown
---
|
|
# 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.
|