Clarify scaleway token definitions in doc
Clarify the definition of both tokens, the previous one was a bit confusing and not consistent with Terraform where "organization" designates the access key instead of the authentication tokens.
This commit is contained in:
parent
8d8a9146ca
commit
67185f61a5
|
@ -35,17 +35,19 @@ In addition to the options listed here, a
|
||||||
builder.
|
builder.
|
||||||
|
|
||||||
### Required:
|
### Required:
|
||||||
|
|
||||||
|
|
||||||
- `api_access_key` (string) - The api\_access\_key to use to access your
|
- `api_access_key` (string) - The organization access key to use to identify your
|
||||||
account. It can also be specified via environment variable
|
organization. It can also be specified via environment variable
|
||||||
`SCALEWAY_API_ACCESS_KEY`. Your access key is available in the
|
`SCALEWAY_API_ACCESS_KEY`. Your access key is available in the
|
||||||
["Credentials" section](https://cloud.scaleway.com/#/credentials) of the
|
["Credentials" section](https://cloud.scaleway.com/#/credentials) of the
|
||||||
control panel.
|
control panel.
|
||||||
|
|
||||||
- `api_token` (string) - The organization TOKEN to use to access your
|
- `api_token` (string) - The token to use to authenticate with your
|
||||||
account. It can also be specified via environment variable
|
account. It can also be specified via environment variable
|
||||||
`SCALEWAY_API_TOKEN`. Your tokens are available in the ["Credentials"
|
`SCALEWAY_API_TOKEN`. You can see and generate tokens in the
|
||||||
section](https://cloud.scaleway.com/#/credentials) of the control panel.
|
["Credentials" section](https://cloud.scaleway.com/#/credentials) of the
|
||||||
|
control panel.
|
||||||
|
|
||||||
- `image` (string) - The UUID of the base image to use. This is the image
|
- `image` (string) - The UUID of the base image to use. This is the image
|
||||||
that will be used to launch a new server and provision it. See
|
that will be used to launch a new server and provision it. See
|
||||||
|
|
Loading…
Reference in New Issue