From 2a923dc4b6f7de5c87085e1e0d4e7ba735da8975 Mon Sep 17 00:00:00 2001 From: GokceGK <161626272+GokceGK@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:27:00 +0200 Subject: [PATCH] fix field name (#499) --- README.md | 2 +- docs/index.md | 2 +- templates/index.md.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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