Template Engine - Templates - Packer by HashiCorp - 0 views
-
All strings within templates are processed by a common Packer templating engine, where variables and functions can be used to modify the value of a configuration parameter at runtime.
-
Anything template related happens within double-braces: {{ }}.
-
Functions are specified directly within the braces, such as {{timestamp}}
- ...8 more annotations...