Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tutorials/power-on-off-instances-jobs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
- `SCW_SECRET_KEY`: your API secret key.
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
- `SCW_DEFAULT_REGION`: the preferred region.
- `SCW_DEFAULT_REGION`: the desired region.
- `SCW_DEFAULT_ZONE`: the desired availability zone.

<Message type="note">
We recommend using Secret Manager to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
We recommend using [Secret Manager](/secret-manager/) to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
</Message>

For more details about variables used by `cli`, refer to the [CLI config documentation](https://cli.scaleway.com/instance/#power-on-server).
Expand Down
5 changes: 3 additions & 2 deletions tutorials/snapshot-instances-jobs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
- `SCW_SECRET_KEY`: your API secret key.
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
- `SCW_DEFAULT_REGION`: concerned region.
- `SCW_DEFAULT_REGION`: the desired region.
- `SCW_DEFAULT_ZONE`: the desired availability zone.

<Message type="note">
We recommend using Secret Manager to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
We recommend using [Secret Manager](/secret-manager/) to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
</Message>

For more details about variables used by `cli`, refer to the [CLI config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
Expand Down