terraform-provider-eventline/docs/resources/project.md

639 B

page_title subcategory description
eventline_project Resource - terraform-provider-eventline Eventline project resource

eventline_project (Resource)

Eventline project resource

Example Usage

resource "project" "example" {
  name = "example"
}

Schema

Required

  • name (String) Project name

Read-Only

  • id (String) Project Id

Import

Import is supported using the following syntax:

terraform import eventline_project.test 0123456789ABCDEFGHIJKLMNOPQ