Filter global variables in jobs
Template Configuration
flow:
- type: "customScripts"
step: 100
inputsEnv:
INPUT_IMPORT1: $IMPORT1
INPUT_IMPORT2: $IMPORT2
commands:
- runtime: "BASH"
priority: 100
before: true
script: |
echo $INPUT_IMPORT1
echo $INPUT_IMPORT2Global Variables Setup

Running Workspace

Other configuration Options.
Import terraform variables
Import when importing the template
Import Precedence
Was this helpful?