Skip to content

Commit 93f1d48

Browse files
chore(gen): documentation review MTA-5126 (#3822)
1 parent cd22fc9 commit 93f1d48

File tree

8 files changed

+21
-49
lines changed

8 files changed

+21
-49
lines changed

developer-tools/scaleway-cli/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install and configure the Scaleway CLI locally
88
tags: devtools cli download-cli scaleway-cli command-line
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-10
1111
posted: 2021-09-21
1212
categories:
1313
- devtools

developer-tools/scaleway-cli/reference-content/environment-variables.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,10 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-10
1111
posted: 2023-05-15
1212
categories:
1313
- devtools
1414
---
1515

16-
# Reserved environment variables
17-
1816
<Macro id="scaleway-environment-variables" />
19-
20-
## Environment variables priority
21-
22-
When the same environment variable is injected by multiple sources, the Scaleway infrastructure follows a precedence rule to determine the value for that variable.
23-
24-
The order of precedence, from highest to lowest is the following.
25-
26-
1. Environment variables defined in your command-line environment.
27-
28-
2. Static variables (i.e. variables set in a Terraform configuration file).
29-
30-
3. Variables defined in the [Scaleway configuration file](/developer-tools/scaleway-cli/reference-content/scaleway-configuration-file/)

developer-tools/scaleway-sdk/reference-content/environment-variables.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,10 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-10
1111
posted: 2023-05-15
1212
categories:
1313
- devtools
1414
---
1515

16-
## Reserved environment variables
17-
1816
<Macro id="scaleway-environment-variables" />
19-
20-
## Environment variables priority
21-
22-
When the same environment variable is injected by multiple sources, the Scaleway infrastructure follows a precedence rule to determine the value for that variable.
23-
24-
The order of precedence, from highest to lowest is the following.
25-
26-
1. Environment variables defined in your command-line environment.
27-
28-
2. Static variables (i.e. variables set in a Terraform configuration file).
29-
30-
3. Variables defined in the [Scaleway configuration file](/developer-tools/scaleway-sdk/reference-content/scaleway-configuration-file/)

developer-tools/terraform/reference-content/environment-variables.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,10 @@ content:
77
paragraph: This page contains a list of standardized environment variables used throughout the Scaleway developer tools.
88
tags: devtools cli api variables terraform
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-10
1111
posted: 2023-05-24
1212
categories:
1313
- devtools
1414
---
1515

16-
## Reserved environment variables
17-
1816
<Macro id="scaleway-environment-variables" />
19-
20-
## Environment variables priority
21-
22-
When the same environment variable is injected by multiple sources, the Scaleway infrastructure follows a precedence rule to determine the value for that variable.
23-
24-
The order of precedence, from highest to lowest is the following.
25-
26-
1. Environment variables defined in your command-line environment.
27-
28-
2. Static variables (i.e. variables set in a Terraform configuration file).
29-
30-
3. Variables defined in the [Scaleway configuration file](/developer-tools/terraform/reference-content/scaleway-configuration-file/)

faq/serverless-sql-databases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Serverless SQL Databases
77
hero: assets/serverless-sql-database.webp
88
dates:
9-
validation: 2024-03-25
9+
validation: 2024-10-10
1010
category: serverless
1111
---
1212

macros/developer-tools/scaleway-environment-variables.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
macro: scaleway-environment-variables
33
---
44

5+
# Reserved environment variables
6+
57
The following standardized Scaleway environment variables are used for the CLI and API.
68

79
| Variable | Description | Legacy variables |
@@ -15,3 +17,15 @@ The following standardized Scaleway environment variables are used for the CLI a
1517
| `$SCW_PROFILE` | Set the configuration profile to use | - |
1618
| `$SCW_PROJECT_ID` | Your [Project ID](https://console.scaleway.com/project/settings) | `$SCW_DEFAULT_PROJECT_ID` |
1719
| `$SCW_ORGANIZATION_ID` | Your [Organization ID](https://console.scaleway.com/organization/settings) | `$SCW_DEFAULT_ORGANIZATION_ID`, `$SCW_ORGANIZATION` (used by the CLI),`$SCALEWAY_ORGANIZATION` (used by Terraform) |
20+
21+
## Environment variables priority
22+
23+
When the same environment variable is injected by multiple sources, the Scaleway infrastructure follows a precedence rule to determine the value for that variable.
24+
25+
The order of precedence, from highest to lowest is the following.
26+
27+
1. Environment variables defined in your command-line environment.
28+
29+
2. Static variables (i.e. variables set in a Terraform configuration file).
30+
31+
3. Variables defined in the [Scaleway configuration file](/developer-tools/scaleway-sdk/reference-content/scaleway-configuration-file/)

serverless/functions/how-to/test-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Instructions for testing your Serverless Functions on Scaleway.
88
tags: function serverless test-function
99
dates:
10-
validation: 2024-04-03
10+
validation: 2024-10-10
1111
posted: 2023-09-25
1212
categories:
1313
- serverless

serverless/functions/reference-content/deploy-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Methods to deploy Serverless Functions
77
paragraph: Step-by-step guide to deploying Serverless Functions on Scaleway.
88
dates:
9-
validation: 2024-04-03
9+
validation: 2024-10-10
1010
posted: 2023-03-10
1111
---
1212

0 commit comments

Comments
 (0)