Data
You can define custom properties by using the data
property. The properties specified in a stack group configuration are available in its children's and stack's configuration files and stack templates files.
Example
If you specify data in a stack configuration file like this:
Then, you can refer to the properties in the stack template file like so:
Where to define
The data
property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value. Takomo merges the properties defined by stack groups and stacks to the properties they inherit from their parents.
Requirements
The data
property must satisfy these requirements:
Must be an object
Last updated