38 lines
639 B
Markdown
38 lines
639 B
Markdown
---
|
|
# 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
|
|
```
|