Skip to content

Commit 135f86d

Browse files
Update provider doc (#11)
1 parent df14119 commit 135f86d

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ description: |-
88

99
# stackit Provider
1010

11+
The STACKIT provider is the official Terraform provider to integrate all the resources developed by STACKIT.
12+
13+
# Authentication
14+
15+
Currently, only the *token flow* is supported. The Terraform provider will first try to find a token in the `STACKIT_SERVICE_ACCOUNT_TOKEN` env var. If not present, it will check the credentials file located in the path defined by the `STACKIT_CREDENTIALS_PATH` env var, if specified, or in `$HOME/.stackit/credentials.json` as a fallback. If the token is found, all the requests are authenticated using that token.
1116

1217

1318
## Example Usage

website/docs/index.html.markdown

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)