Implemented project data source

This commit is contained in:
Julien Dessaux 2023-08-01 00:32:23 +02:00
parent 6642a66a1d
commit 269963bc8f
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,30 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "eventline_project Data Source - terraform-provider-eventline"
subcategory: ""
description: |-
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
```terraform
data "project" "main" {
name = "main"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `name` (String) The name of the project.
### Read-Only
- `id` (String) The identifier of the project.