diff --git a/docs/index.md b/docs/index.md index 670f8a41..58b60396 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,11 +22,8 @@ provider "env0" { ## 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 diff --git a/docs/resources/team_project_assignment.md b/docs/resources/team_project_assignment.md new file mode 100644 index 00000000..cd4471b0 --- /dev/null +++ b/docs/resources/team_project_assignment.md @@ -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 + +### 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. + +