Skip to content

Commit

Permalink
Merge pull request #73 from hashicorp/f-remote-dev
Browse files Browse the repository at this point in the history
Remote envs docs
  • Loading branch information
dadgar authored May 15, 2024
2 parents 9340e00 + 060fa3c commit 9d3adac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contributing/remote_environments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Environments

In order to use the CLI against non-production remote environments the following
environment variables need to be set:

* `HCP_API_ADDRESS`: The address of the HCP API.
* `HCP_AUTH_URL`: The address to retrieve an HCP Access Token.
* `HCP_OAUTH_CLIENT_ID`: The OAuth Client ID used when retrieving an HCP Access Token.

[See here for the values per
environment](https://github.com/hashicorp/cloud-experiences-tooling-docs/blob/main/docs/go-sdk/environments.md).

0 comments on commit 9d3adac

Please sign in to comment.