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:

Here are some variable reference examples:

  • terrabuild.branch_or_tag
  • variable.config
  • local.config
  • project.api
Last updated on