envs

Scaleway — CLI and API

scaleway/api · version 1

envs add scaleway/api

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
SCW_ACCESS_KEY required secret Half of the pair. Scaleway states no sensitivity for either half on its reference page, so both are kept together.. where to get it
SCW_SECRET_KEY required secret The other half. An environment variable set here beats a Terraform file, which beats the CLI configuration file: that order is documented.. where to get it
SCW_DEFAULT_REGION optional config Such as fr-par. A name.. where to get it
SCW_DEFAULT_ZONE optional config Such as fr-par-1. A name.. where to get it
SCW_DEFAULT_PROJECT_ID optional config Which project. An identifier that authenticates nothing.. where to get it
SCW_DEFAULT_ORGANIZATION_ID optional config Which organisation. Same kind of value.. where to get it

The JSON the CLI reads