Skip to content

Commit

Permalink
Update auth.md , environment variable for HCP_PROJECT_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
xargs-P authored Mar 5, 2024
1 parent c9dc69c commit d14b561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ provider "hcp" {
client_secret = "service-principal-key-client-secret"
}
```
-> **Note:** If a [Project-Level Service Principal](https://cloud.hashicorp.com/docs/hcp/admin/iam/service-principals) is used, specify the default `project_id` in your provider configuration.
-> **Note:** If a [Project-Level Service Principal](https://cloud.hashicorp.com/docs/hcp/admin/iam/service-principals) is used, specify the default `project_id` in your provider configuration or set the HCP_PROJECT_ID environment variable.

```bash
HCP_CLIENT_ID="..."
Expand Down

0 comments on commit d14b561

Please # to comment.