Output
The output
resource allows you to define output variables which can be used to return values from modules. These output resources are module scoped so can be specified in multiple modules without affecting each other.
Outputs can contain any type of value. The following output sets a list of numbers.
This can be consumed using the following interpolation. Note: Indexes for lists are 0
based.
The following output sets a map of values.
This can be consumed using the following interpolation.
Last updated