Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Dec 2, 2024
1 parent c4cbd84 commit 212f2dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,14 @@ resource "hpeuxi_sensor_group_assignment" "my_uxi_sensor_group_assignment" {
### Export API client credentials as environment variables

```bash
export GREENLAKE_UXI_CLIENT_ID=<greenlake_uxi_client_id>
export GREENLAKE_UXI_CLIENT_SECRET=<greenlake_uxi_client_secret>
export HPEUXI_CLIENT_ID=<hpeuxi_client_id>
export HPEUXI_CLIENT_SECRET=<hpeuxi_client_secret>
```

To override the host against which the API requests are made, use the env var as shown below, else UXI production is used as the default.

```bash
export HPEUXI_HOST_OVERRIDE=https://api.staging.capedev.io
```

### Initialize Terraform working directory:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 212f2dc

Please sign in to comment.