Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Param ¶
Param controls parameter flow inside execution
type Preparer ¶
type Preparer struct { // Default is an optional field that provides a default value if none is // provided to this parameter. If this field is not set, this param will be // treated as required. Default interface{} `hcl:"default"` }
Preparer for params
Param controls the flow of values through `module` calls. You can use the `{{param "name"}}` template call anywhere you need the value of a param inside the current module.
Click to show internal directories.
Click to hide internal directories.