Module param

Typedefs

typedef param::email
  • Base type string

  • Type constraint /[^@]+@[^@]+\.[^@]+/

Plugins

param.report(name: string, value: string)

This plugin reports a parameter to the server from the compile process. This can be used for output like parameter like in HEAT or TOSCA templates.

The dashboard will explicitly show these values as well.

Parameters
  • name – The name/label of the value

  • value – The value to report.