Skip to content

Commit

Permalink
Update index.md.tmpl
Browse files Browse the repository at this point in the history
Remove `project_key` duplication in the provider block.
  • Loading branch information
stanislavhordiyenko authored Oct 30, 2024
1 parent 50bf2b4 commit ba962cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ provider "commercetools" {
client_id = "<your client id>"
client_secret = "<your client secret>"
project_key = "<your project key>"
project_key = "<your project key>"
scopes = "<space seperated list of scopes>"
api_url = "<api url>"
token_url = "<token url>"
Expand Down

0 comments on commit ba962cb

Please sign in to comment.