From 575c4ed22881e9b906346b17fe95c3b358a1c883 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 24 Jun 2023 14:39:13 +0200 Subject: Update projects data source schema to use an extended attributes definition --- docs/data-sources/projects.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/data-sources') diff --git a/docs/data-sources/projects.md b/docs/data-sources/projects.md index 7642834..306a718 100644 --- a/docs/data-sources/projects.md +++ b/docs/data-sources/projects.md @@ -3,12 +3,12 @@ page_title: "eventline_projects Data Source - terraform-provider-eventline" subcategory: "" description: |- - Eventline projects data source + Use this data source to retrieve information about existing eventline projects. --- # eventline_projects (Data Source) -Eventline projects data source +Use this data source to retrieve information about existing eventline projects. ## Example Usage @@ -22,12 +22,12 @@ data "projects" "example" { ### Read-Only -- `elements` (List of Object) Projects list (see [below for nested schema](#nestedatt--elements)) +- `elements` (Attributes List) The list of projects. (see [below for nested schema](#nestedatt--elements)) ### Nested Schema for `elements` Read-Only: -- `id` (String) -- `name` (String) +- `id` (String) The identifier of the project. +- `name` (String) The name of the project. -- cgit v1.2.3