Create Environment
Create an environment from a template.
- In a project, select Environments > Environments.
- Select New Environment.
- Type a name for the environment template. Optionally, type a description.
- Select an environment template.
- Select an environment version.
- Select Create.
- See below for information about each configuration category.
- Select Save to save the environment template. Click Cancel to close the configuration and go back to the environment template list.
General
Setting |
Description |
Name |
Enter a name for the environment. |
Description |
Enter a description for the environment. |
Environment Template |
Select an environment template to use to create an environment. |
Environment Template Version |
Select the version to use to create an environment. |
Labels |
Add a label to the environment. This is a key-value pair. |
Annotations |
Add an annotation to the environment. This is a key-value pair. |
Setting |
Description |
Name |
The name of the variable. |
Description |
A brief description of the variable. |
Value |
The variable value. |
Value Type |
The type of value. |
-- HCL |
Hashicorp configuration language. |
-- JSON |
JavaScript Object Notation (JSON) is a lightweight data-interchange format. |
-- Expressions |
Expressions are valid units of code that resolve to a value. |
-- Text |
Text value. |
Override Type |
Controls if a user can change a variable or not. |
-- Allowed |
Allows the user to override the value. |
-- Not Allowed |
Does not allow the user to override the value. |
-- Restricted |
Allows the user to override the value by selecting a different, pre-defined value. |
Restricted Values |
If Restricted is selected for the Override Type, enter the values that are allowed. |
Sensitive |
Does not display the value in the UI. |
Required |
The variable is required when using this Context. |