Skip to content

Commit adce882

Browse files
fix(srv): add missing env var for jobs x cli tuto MTA-6305 (#5320)
1 parent 68fbdcf commit adce882

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tutorials/power-on-off-instances-jobs/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
4545
- `SCW_SECRET_KEY`: your API secret key.
4646
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
4747
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
48-
- `SCW_DEFAULT_REGION`: the preferred region.
48+
- `SCW_DEFAULT_REGION`: the desired region.
49+
- `SCW_DEFAULT_ZONE`: the desired availability zone.
4950

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

5455
For more details about variables used by `cli`, refer to the [CLI config documentation](https://cli.scaleway.com/instance/#power-on-server).

tutorials/snapshot-instances-jobs/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
4242
- `SCW_SECRET_KEY`: your API secret key.
4343
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
4444
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
45-
- `SCW_DEFAULT_REGION`: concerned region.
45+
- `SCW_DEFAULT_REGION`: the desired region.
46+
- `SCW_DEFAULT_ZONE`: the desired availability zone.
4647

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

5152
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).

0 commit comments

Comments
 (0)