2023-06-19 00:05:58 +02:00
|
|
|
---
|
|
|
|
# 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
|
|
|
|
|
2023-06-19 13:04:25 +02:00
|
|
|
## Example Usage
|
2023-06-19 00:05:58 +02:00
|
|
|
|
2023-06-19 13:04:25 +02:00
|
|
|
```terraform
|
|
|
|
data "projects" "example" {
|
|
|
|
}
|
|
|
|
```
|
2023-06-19 00:05:58 +02:00
|
|
|
|
|
|
|
<!-- 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)
|