terraform-provider-eventline/docs/data-sources/project.md

663 B

page_title subcategory description
eventline_project Data Source - terraform-provider-eventline Use this data source to retrieve information about an existing eventline project from its name.

eventline_project (Data Source)

Use this data source to retrieve information about an existing eventline project from its name.

Example Usage

data "project" "main" {
  name = "main"
}

Schema

Required

  • name (String) The name of the project.

Read-Only

  • id (String) The identifier of the project.