Combining phrases

To combine variables into a phrase, however, there are certain rules you have to follow:

Variables can be combined with other words to create longer phrases than can be used, for example, to automatically name your infrastructure, releases, or sandboxes. However, you need to obey the following rules:

  • Before the variable: any character is allowed.
  • After the variable: letters, numbers, and footers (_) are not allowed.

Correct usage:

release-$BUDDY_EXECUTION_ID-staging
release$BUDDY_EXECUTION_ID:staging
release_$BUDDY_EXECUTION_ID[staging]

Incorrect usage:

release-$BUDDY_EXECUTION_ID_staging (footer)
release-$BUDDY_EXECUTION_IDstaging (letter)
release-$BUDDY_EXECUTION_ID1staging (number)
Last update:
Sep 19, 2024