Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthagenbuch committed Feb 12, 2024
1 parent 5b72f7e commit 4f15d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.89.0
1.90.0
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provider "lightstep" {

### Optional

- `environment` (String) (deprecated) The name of the Lightstep environment, must be one of: staging, meta, public. Deprecated in favor of `api_url`
- `api_url` (String) The base URL for the Lightstep API. This setting takes precedent over 'environment'. For example, https://api.lightstep.com
- `api_key` (String) The API Key for a Lightstep organization.
- `api_key_env_var` (String) Environment variable for Lightstep API key.
- `api_url` (String) The Lightstep API URL. For example, "https://api.lightstep.com"
- `environment` (String, DEPRECATED) The name of the Lightstep environment, must be one of: staging, meta, public. Configure `api_url` instead

0 comments on commit 4f15d1e

Please sign in to comment.