673 B
673 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 "eventline_project" "main" {
name = "main"
}
Schema
Required
name
(String) The name of the project.
Read-Only
id
(String) The identifier of the project.