blob: 2fa0438c4156092c95d8567c2249a46fc1e06308 (
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
|
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "eventline_project Data Source - terraform-provider-eventline"
subcategory: ""
description: |-
Use this data source to retrieve information about an existing eventline project from its name.
---
# eventline_project (Data Source)
Use this data source to retrieve information about an existing eventline project from its name.
## Example Usage
```terraform
data "eventline_project" "main" {
name = "main"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `name` (String) The name of the project.
### Read-Only
- `id` (String) The identifier of the project.
|