RenderTemplate Reference
Last updated
Was this helpful?
Last updated
Was this helpful?
Below is the schema reference for RenderTemplate
configuration files. To learn more about config templates, see the .
The reference is divided into two sections:
contains the config YAML schema
describes each individual schema key for the configuration files.
Also check out the .
The values in the schema below are the default values.
kind
string
"RenderTemplate"
"RenderTemplate"
Yes
name
A unique identifier for the Render config.
string
No
disabled
Set to true to skip rendering this template.
boolean
false
No
template
The ConfigTemplate to render.
string
No
inputs
A map of inputs to pass to the ConfigTemplate. These must match the inputs schema of the ConfigTemplate.
object
No
Note: You can use template strings for the inputs, but be aware that inputs that are used to generate the resulting config names and other top-level identifiers must be resolvable when scanning for configs, and thus cannot reference other actions, modules or runtime variables. See the to see template strings that are safe to use for inputs used to generate config identifiers.