diff options
Diffstat (limited to 'docs/data-sources/projects.md')
-rw-r--r-- | docs/data-sources/projects.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/data-sources/projects.md b/docs/data-sources/projects.md new file mode 100644 index 0000000..63b4985 --- /dev/null +++ b/docs/data-sources/projects.md @@ -0,0 +1,28 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "eventline_projects Data Source - terraform-provider-eventline" +subcategory: "" +description: |- + Eventline projects data source +--- + +# eventline_projects (Data Source) + +Eventline projects data source + + + +<!-- schema generated by tfplugindocs --> +## Schema + +### Read-Only + +- `elements` (List of Object) Projects list (see [below for nested schema](#nestedatt--elements)) + +<a id="nestedatt--elements"></a> +### Nested Schema for `elements` + +Read-Only: + +- `id` (String) +- `name` (String) |