summaryrefslogtreecommitdiff
path: root/docs/data-sources/project.md
blob: bf0f0770df9fabf073663d9c920f6e0e9a75e3f2 (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 "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.