summaryrefslogtreecommitdiff
path: root/docs/resources/project.md
blob: c2f1377144d1b970e2a44f2b90eab2e0e3cd1d62 (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
34
35
36
37
38
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "eventline_project Resource - terraform-provider-eventline"
subcategory: ""
description: |-
  Eventline project resource
---

# eventline_project (Resource)

Eventline project resource

## Example Usage

```terraform
resource "eventline_project" "example" {
  name = "example"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `name` (String) Project name

### Read-Only

- `id` (String) Project Id

## Import

Import is supported using the following syntax:

```shell
terraform import eventline_project.test <project_id>
```