Inputs allow you to define customer provided values that can be used to configure your App.
inputs.toml
file inside the root of your App Config directory.
Add Inputs to your App using the following configuration block
inputs.toml
file inside the root of your App Config directory.
All Inputs are accessed using {{.nuon.install.inputs.<input-name>}}
.
var
s.
For example, to use the root_domain
Input, as a variable to configure the Sandbox:
default
group.
To create a Group, and add an Input to it, simply declare the Group in your config or terraform and set the group
field on any input belonging to it.