29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
<!-- Code generated from the comments of the Config struct in builder/scaleway/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `api_token` (string) - The token to use to authenticate with your account.
|
|
It can also be specified via environment variable SCALEWAY_API_TOKEN. You
|
|
can see and generate tokens in the "Credentials"
|
|
section of the control panel.
|
|
|
|
- `organization_id` (string) - The organization id to use to identify your
|
|
organization. It can also be specified via environment variable
|
|
SCALEWAY_ORGANIZATION. Your organization id is available in the
|
|
"Account" section of the
|
|
control panel.
|
|
Previously named: api_access_key with environment variable: SCALEWAY_API_ACCESS_KEY
|
|
|
|
- `region` (string) - The name of the region to launch the server in (par1
|
|
or ams1). Consequently, this is the region where the snapshot will be
|
|
available.
|
|
|
|
- `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
|
|
the images list
|
|
get the complete list of the accepted image UUID.
|
|
|
|
- `commercial_type` (string) - The name of the server commercial type:
|
|
ARM64-128GB, ARM64-16GB, ARM64-2GB, ARM64-32GB, ARM64-4GB,
|
|
ARM64-64GB, ARM64-8GB, C1, C2L, C2M, C2S, START1-L,
|
|
START1-M, START1-S, START1-XS, X64-120GB, X64-15GB, X64-30GB,
|
|
X64-60GB
|
|
|