Variables
Variables used in expressions have a scope and an identifier. The scope define the source and the identifier the name of the variable in that scope.
As of now, Terrabuild has the following scopes:
- terrabuild
- variable
- local: WORKSPACE or PROJECT
- project
Here are some variable reference examples:
terrabuild.branch_or_tag
variable.config
local.config
project.api
Last updated on