fix field name (#499)
This commit is contained in:
parent
5d7c8faacf
commit
2a923dc4b6
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ To authenticate, you will need a [service account](https://docs.stackit.cloud/st
|
|||
|
||||
When setting up authentication, the provider will always try to use the key flow first and search for credentials in several locations, following a specific order:
|
||||
|
||||
1. Explicit configuration, e.g. by setting the field `stackit_service_account_key_path` in the provider block (see example below)
|
||||
1. Explicit configuration, e.g. by setting the field `service_account_key_path` in the provider block (see example below)
|
||||
2. Environment variable, e.g. by setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH`
|
||||
3. Credentials file
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ To authenticate, you will need a [service account](https://docs.stackit.cloud/st
|
|||
|
||||
When setting up authentication, the provider will always try to use the key flow first and search for credentials in several locations, following a specific order:
|
||||
|
||||
1. Explicit configuration, e.g. by setting the field `stackit_service_account_key_path` in the provider block (see example below)
|
||||
1. Explicit configuration, e.g. by setting the field `service_account_key_path` in the provider block (see example below)
|
||||
2. Environment variable, e.g. by setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH`
|
||||
3. Credentials file
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ To authenticate, you will need a [service account](https://docs.stackit.cloud/st
|
|||
|
||||
When setting up authentication, the provider will always try to use the key flow first and search for credentials in several locations, following a specific order:
|
||||
|
||||
1. Explicit configuration, e.g. by setting the field `stackit_service_account_key_path` in the provider block (see example below)
|
||||
1. Explicit configuration, e.g. by setting the field `service_account_key_path` in the provider block (see example below)
|
||||
2. Environment variable, e.g. by setting `STACKIT_SERVICE_ACCOUNT_KEY_PATH`
|
||||
3. Credentials file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue