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 Nov 2, 2023
1 parent 8c6a2a8 commit cb6801f
Showing 1 changed file with 2 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 @@ -35,12 +35,9 @@ provider "env0" {
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `api_key` (String, Sensitive) env0 API key. This can also be set via the ENV0_API_KEY environment variable.
- `api_secret` (String, Sensitive) env0 API secret. This can also be set via the ENV0_API_SECRET environment variable.

### Optional

- `api_endpoint` (String) env0 API endpoint. This can also be set via the ENV0_API_ENDPOINT environment variable, and is usually used for testing purposes.
- `api_key` (String, Sensitive) env0 API key. Instead of this field, it can also be set via the ENV0_API_KEY environment variable.
- `api_secret` (String, Sensitive) env0 API secret. Instead of this field, it can also be set via the ENV0_API_SECRET environment variable.
- `organization_id` (String) when the API key is associated with multiple organizations, this field is required. If an API key has one organization, this field is ignored. This can also be set via the ENV0_ORGANIZATION_ID environment variable.

0 comments on commit cb6801f

Please sign in to comment.