diff --git a/README.md b/README.md index e5b4ae45..97d25542 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index b4edde92..a0dec609 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 9ee9bc4b..0f047c5c 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -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