Skip to content

Commit

Permalink
Chore: Team Project Assignments docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liranfarage89 committed Sep 5, 2021
1 parent 69b8204 commit 45b838e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ provider "env0" {
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **api_key** (String, Sensitive) env0 api key (https://docs.env0.com/reference#authentication)
- **api_secret** (String, Sensitive) env0 api key secret

### Optional

- **api_endpoint** (String) override api endpoint (used for testing)
- **api_key** (String, Sensitive) env0 api key (https://docs.env0.com/reference#authentication)
- **api_secret** (String, Sensitive) env0 api key secret
28 changes: 28 additions & 0 deletions docs/resources/team_project_assignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "env0_team_project_assignment Resource - terraform-provider-env0"
subcategory: ""
description: |-
---

# env0_team_project_assignment (Resource)





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

### Required

- **project_id** (String) id of the project
- **role** (String) the assigned role (Admin, Planner, Viewer, Deployer)
- **team_id** (String) id of the team

### Optional

- **id** (String) The ID of this resource.


0 comments on commit 45b838e

Please sign in to comment.