addPreviousOutputInEnv property

Input<bool>? addPreviousOutputInEnv
final

If the previous command's stdout and stderr (as generated by the prior create/update) is injected into the environment of the next run as PULUMI_COMMAND_STDOUT and PULUMI_COMMAND_STDERR. Defaults to true.

Implementation

final pulumi.Input<bool>? addPreviousOutputInEnv;