Os Environment Variables
About
Os Environment Variables can be used to set the value:
- of an attribute with a template value
Secret
Environment variables are considered secret only if their names make it obvious by containing a pattern
Example
Global Attribute
If you want to set the execution environment, you can set it on Linux as:
env=prod
# or
tabul_env=prod
# or
TABUL_ENV=prod
Template
They can also be used as Template Variables in manifest
connections:
connectionName:
parameter1: ${MY_OS_ENV}