From ba962cb2fe60e6fbb9c5e8ffa74007e24229e1d7 Mon Sep 17 00:00:00 2001 From: Stanislav Hordiyenko Date: Thu, 31 Oct 2024 09:47:29 +1100 Subject: [PATCH] Update index.md.tmpl Remove `project_key` duplication in the provider block. --- templates/index.md.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 3dabdaa0..cab2e6e6 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -49,7 +49,6 @@ provider "commercetools" { client_id = "" client_secret = "" project_key = "" - project_key = "" scopes = "" api_url = "" token_url = ""