diff --git a/website/source/docs/providers/scaleway/index.html.markdown b/website/source/docs/providers/scaleway/index.html.markdown index e12ed11fe..88ae76089 100644 --- a/website/source/docs/providers/scaleway/index.html.markdown +++ b/website/source/docs/providers/scaleway/index.html.markdown @@ -23,8 +23,8 @@ Here is an example that will setup the following: ```hcl provider "scaleway" { - organization = "" - access_key = "" + organization = "" +  token = "" region = "par1" } @@ -75,16 +75,21 @@ resource "scaleway_security_group_rule" "https_accept" { } ``` -You'll need to provide your Scaleway organization access key -(available in Scaleway panel in *Credentials > Tokens > access key*) -and token (you can generate it in the same section), so that Terraform can connect. -If you don't want to put credentials in your configuration file, +You'll need to provide your Scaleway organization **access key** and **token**. + +Your access key can be found on your Scaleway control panel, in the *Credentials* +tab of the management panes. It is under the *Tokens* subsection, but is labelled +seperately as **access key**. + +Your **token** can be generated by selecting to "Create new token" under the same +subsection as above. This does not require further input, but giving each token a +friendly-name is suggested. + +If you do not want to put credentials in your configuration file, you can leave them out: ``` provider "scaleway" { - organization = "" - token = "" region = "par1" } ``` @@ -92,5 +97,5 @@ provider "scaleway" { ...and instead set these environment variables: - **SCALEWAY_ORGANIZATION**: Your Scaleway `organization` access key -- **SCALEWAY_TOKEN**: Your API access `token` +- **SCALEWAY_TOKEN**: Your API access `token`, generated by you - **SCALEWAY_REGION**: The Scaleway region