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 16, 2023
1 parent 28db964 commit b2827b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ provider "env0" {
### 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.
- `api_key` (String, Sensitive) env0 API key. This field can be removed from the provider block; instead of the field, you can set the value via the ENV0_API_KEY environment variable.
- `api_secret` (String, Sensitive) env0 API secret. This field can be removed from the provider block; instead of the field, you can set the value 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 b2827b2

Please sign in to comment.