Printer Unit ΒΆ
This unit is mainly used to see the outputs of other units in the console logs.
Example:
units:
- name: print_outputs
type: printer
inputs:
cluster_name: {{ .name }}
worker_iam_role_arn: {{ remoteState "this.eks.worker_iam_role_arn" }}
-
force_apply
- bool, optional. By default is false. If set to true, the unit will be applied when any dependent unit is planned to be changed. -
inputs
- any, required - a map that represents data to be printed in the log. The block allows to use functionsremoteState
andinsertYAML
.