Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Feb 2, 2024
1 parent b9c02fd commit 0dd94fa
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ data "env0_project" "with_parent_id_filter" {

- `created_by` (String) textual description of the entity who created the project
- `description` (String) textual description of the project
- `hierarchy` (String) the hierarchy of the project
- `role` (String) role of the authenticated user (through api key) in the project
40 changes: 40 additions & 0 deletions docs/data-sources/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_projects Data Source - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_projects (Data Source)



## Example Usage

```terraform
data "env0_projects" "list_of_projects" {}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `include_archived_projects` (Boolean) set to 'true' to include archived projects (defaults to 'false')

### Read-Only

- `id` (String) The ID of this resource.
- `projects` (List of Object) list of projects (see [below for nested schema](#nestedatt--projects))

<a id="nestedatt--projects"></a>
### Nested Schema for `projects`

Read-Only:

- `hierarchy` (String)
- `id` (String)
- `is_archived` (Boolean)
- `name` (String)
- `parent_project_id` (String)

0 comments on commit 0dd94fa

Please sign in to comment.