--- # 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 ### 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 ```