blob: ac1953dfa2a3439e8336eb2833cbd4031004b668 (
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 "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 0123456789ABCDEFGHIJKLMNOPQ
```
|