Managing Inputs and Outputs
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
Inputs are parameters that are injected into a blueprint when a deployment is created. They enable you to add data that might not have been available when a blueprint was created. They also enable you to create different “flavors” of a blueprint.
Outputs provide a method to expose global aspects of a blueprint’s deployment. For example, the endpoint of a server, or runtime or static information about a specific resource.
Adding an Input
- On the Inputs & Outputs tab, enter a name and description for your input.
- (Optional) Specify an input value in the Default field.
You can drag the base of the field to see multiple lines, or click the edit icon next to it to display its contents in a separate window. - Select the data type from the dropdown options.
- Click the Plus (+) icon to add the input to the list.
For more information about inputs, click here.
Adding an Output
You must specify an output value in order for the deployment to pass validation.
- On the Inputs & Outputs tab, enter a name and description for your output.
- Specify the output value in the Default field.
You can drag the base of the field to see multiple lines, or click the edit icon next to it to display its contents in a separate window. - Click the Plus (+) icon to add the output to the list.