addPreviousOutputInEnv property

Output<bool?> addPreviousOutputInEnv
latefinal

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

late final pulumi.Output<bool?> addPreviousOutputInEnv;