Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added reserved variable sub-section. Plus, removed deprecated text. #1960

Merged
merged 10 commits into from
Jul 5, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Path examples:

* /deans_jeans/prod/config/app/public/mail_host

### Reserved variables
Reserved variables are variable names that have special meaning in Spryker Cloud Commerce OS. Since their names are reserved, you cannot define your own variables using these names.
The reserved variable names are the following:
* `DUMMY_INIT`
* `SPRYKER_*`

tvaleriy marked this conversation as resolved.
Show resolved Hide resolved

## Variable path hierarchy

Expand Down Expand Up @@ -97,12 +103,6 @@ The following variables are arranged from lower to higher priority:

The following sections describe how to add parameters and secrets for different resources.

{% info_block warningBox "Propagation of variables" %}

To make variables available in your Jenkins instance, we need to terraform your added or changed variables. To do this, create a [support case](/docs/scos/user/intro-to-spryker/support/how-to-use-the-support-portal.html#platform-change-requests).

{% endinfo_block %}

### Add parameters to all resource types

1. In the AWS Management Console, go to **Services&nbsp;<span aria-label="and then">></span> Parameter Store**.
Expand Down